A cascading drop down list/lookup is a series of dependent drop down controls in which one drop down control depends on the parent or previous drop down controls. The items in the drop down control are populated or filtered based on an item that is…
Playing around with models in Microsoft Dynamics 365 Finance & Operations (D365FO)
Have you ever wonder that you can’t Import/Export/Delete Models in Microsoft Dynamics 365 Finance & Operations? The answer is that you can import,…
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…
Get date in PowerApps
Microsoft PowerApps gives you many default function to fulfill the requirements. To get the today date in PowerApps is very easy. To do this, use the following function: Today() - It returns the current date & time. To format the date & time value…
Get financial dimension value by name using x++
To get financial dimension value by name using x++ in Microsoft Dynamics 365 for Finance and Operations or in Microsoft Dynamics AX 2012 is always difficult. This is a usual problem comes during the Microsoft Dynamics ERP customization or development. If you…
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…