Default dimensions are used very commonly in D365FO and DAX 2012. During development or customization of the system, it is very common that we often stuck at the time when we have to create default dimension using x++ and from our own dimension values. To…
Create sales order using x++
Sales order can be created using X++ code. This helps you to create sales order using data from text files, excel sheets, databases and other data sources…
Application Object Tree in D365FO
Microsoft Dynamics 365 Finance & Operations comes with great development features and new architecture. One of the basics of development of D365FO is AOT. Application Object Tree (AOT) is embedded in the Visual Studio. Explore the AOT by opening different…