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
BPBharani Preetham Perakainbytebharani.hashnode.dev·May 14 · 2 min readAllow Edit of a specific field and to disable complete Form DatasourceRecently I came across a requirement in which I need to disable complete datasource but make a single field editable. In this scenario, the traditional way of making datasource disable by using allowe00