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 · 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
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 · 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·Apr 29 · 2 min readMulti Selection on a form by user and get selected records by X++ codeContext We might have scenario where we need to customize a form to add a button so that it should have multiselect capability and for example some functionality should happen on multi select like to 00
BPBharani Preetham Perakainbytebharani.hashnode.dev·Apr 29 · 4 min readOptimizing the D365FO & AX Database performance using RecordInsertListScenario: As we work with data, we usually have a database. So, all the actions which we perform for customization should be in such a way that it should not impact the performance of the system. We s00
BPBharani Preetham Perakainbytebharani.hashnode.dev·Apr 29 · 3 min readRecall/cancel and resubmit/submit a workflow through X++ codeRecently I came across a requirement to cancel and resubmit the workflow through code. Then I went through the form in UI and found the backend code in clicked method of the form. But I did not get th00
BPBharani Preetham Perakainbytebharani.hashnode.dev·Apr 29 · 2 min readImport data through custom fields in LedgerJournalEntityRecently, I came across a requirement to add custom fields in LedgerJournalTrans for importing Customer Expenses through General Journal. So, I have created extension of LedgerJournalTrans and added n00
FAFaizan Arshadindynamicswithfaizan.hashnode.dev·Apr 28 · 2 min readCOC of modifiedField in X++Chain of Command (CoC) is the standard way to extend method behavior in Dynamics 365 F&O — no overlayering, no merge conflicts, fully upgrade-safe. How It Works CoC lets you wrap around any method in 00
RDRakesh Dargeind365cliffsnotes.com·Mar 31 · 4 min read"Fix ‘This is Not a Unified Environment’ Error in D365 FO – Why Metadata Download Fails in Visual Studio"🚨 “This is not a unified environment…” - A Story Every Dynamics 365 Finance & Operations Developer Should Hear Let me start with a real story from one of my recent engagements. A few weeks ago, I was80