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
How to Fix the Error in Dynamics 365 : ‘A Reference Is Required to Compile This Module’
One of the most common errors developer may faced while building a project is the reference required error. It’s something like: Error: A reference to ‘Dynamics.AX.Directory, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ is required to compile this module. Error: A reference to ‘Dynamics.AX.ApplicationFoundation, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ is required to compile this module. Error: A reference to ‘Dynamics.AX.ContactPerson, Version=0.0.0.0,…