BPBharani Preetham Perakainbytebharani.hashnode.dev·Jul 23 · 4 min readBreaking the Loop: How to Solve Circular Dependencies in D365FO Using DelegatesHave you ever been coding in Dynamics 365 Finance and Operations and hit a brick wall where the compiler tells you that you cannot reference a specific model? Many developers face this exact challenge00
BPBharani Preetham Perakainbytebharani.hashnode.dev·May 14 · 3 min readAdvanced Computed Columns in D365FO with X++: Complex Case StatementsIn my previous blog, I have gone through on a general approach how to create a computed method which is so straight forward. The current writing is something more bigger. Lets dig deeper. Problem: As 00
BPBharani Preetham Perakainbytebharani.hashnode.dev·May 14 · 1 min readLogic to get all Dimension Names and Values from Default Dimensions - D365FO X++Sometimes we need to retrieve all the dimensions from the dimension reference field which we have in our tables. Here is a generic logic which gets all the dimensions for the particular order or may b00
BPBharani Preetham Perakainbytebharani.hashnode.dev·May 14 · 3 min readSysDa Update in X++ D365FO Part IIIn continuation to my older article on SysDa API for inserting records, here we go with my new article on updating table with some joins and complex syntaxes of SysDa involved. Lets not wait more! Use00
BPBharani Preetham Perakainbytebharani.hashnode.dev·May 14 · 1 min readConvert Epoch to utcdatetime in D365FO using X++While working with integrations with some 3rd party application to FO, we might have scenarios where we get the current timestamp in Epoch/Unix Format. And we may need to flow that value to FO as a da00