In older version of Microsoft Dynamics AX , there is no option to use concept of ‘Column Store’.But in Microsoft Dynamics 365 Finance & Operations you can set the “IndexType” property of a index in a table.There are 2 values available – 1) Index 2)ColumnStore. A columnstore index stores data in a column-wise or in…
Month: May 2020
D365 for Finance and Operations Feature Management Overview
Features are added and updated in every release of Microsoft Dynamics 365 for Finance and Operations. The D365 for Finance and Operations Feature Management experience provides a workspace where you can view a list of features that have been delivered in each release. By default, new features are turned off. You can use the workspace…
How to create SSRS Report in D365 Operations
OverviewConsider a scenario where we are going to print a list of customers and their invoiced sales order counts.This tutorial will guide you in developing Report Data Provider (RDP) based SSRS reports in MS Dynamics D365.Pre-requisites Microsoft Dynamics D365 Visual studio 2015 SQL Server Reporting Services (SSRS) must be configured Reporting services extensions must be…
Table Methods in AX 2012
Methods are used for adding X++ code to your application. The code in methods is also referred to as business logic. Whenever records are changed, inserted or deleted from a table various default methods are executed.We can change the default methods and by doing so we are overriding the default methods.To override a method go to the Methods node of…
Finding Field and labels with string type
There is easiest way to find the field and labels using X++ Code.
Import Excel Using X++ for AX 4.0
I have a code snippet for the Import excel which is used to work in from AX 4.0 version