Dynamics AX Enterprise Portal Error : 404 Page Not found 7 years ago 2 Comments When i am trying to create a new Expenses Report from Enterprise Portal page and i am getting the error as display below. I have res... Read More
X++ code to copy user's settings from one user to another user in AX 2012 R3 7 years ago 1 Comment Below is the x++ code to copy user roles from one user to another. static void CopyUserSettings(Args _args) { Dialog ... Read More
Customization of form and table in Dynamics 365 for finance and operations 7 years ago 5 Comments In this post we are going to learn that how can we do simple customization of form and table in D365. We can do customization of particular... Read More
How to Fix the Error in Dynamics 365 : ‘A Reference Is Required to Compile This Module' 7 years ago 3 Comments One of the most common errors developer may faced while building a project is the reference required error. It’s something like: Err... Read More
How to Create SSRS Report in D365 7 years ago 23 Comments Overview Consider a scenario where we are going to print a list of customers and their invoiced sales order counts. This tutorial will... Read More