A lookup is very essential to find out the value of the list so quickly and select it. There are many lookup we see in Microsoft Dynamics AX or in Microsoft Dynamics 365 for Finance & Operations. The lookup is very useful while we are filling the form…
Solution of CTRL+F5 error in General Ledger module in Microsoft Dynamics AX 2012
Sometimes while entering the data and creating journals, orders and invoices etc. in Microsoft Dynamics AX 2012, the user gets irritated if errors…
Automatic role assignment and named user license count reports processing batch job
Batch jobs are very useful to do recurring and back end jobs to achieve the requirements. Different batch jobs are written for different purposes. There are two standard Batch Jobs in Dynamics AX that are as follows: Automatic role assignment batch job -…
Calculate tax amount using x++
I was finding the solution to calculate the tax on the purchase order lines. And I was excited to share with you once I found out the solution and tested it in my scenario. One line code will calculate tax amount using x++ of the sales, purchase or any other…