/ Month / December

Cascading drop down controls in Microsoft PowerApps integrated with Microsoft SharePoint Online

December 24, 2018 - 3:01 pm in Microsoft, Microsoft PowerApps, Microsoft SharePoint

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

December 20, 2018 - 1:05 pm in Microsoft, Microsoft Dynamics AX 2012

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

December 18, 2018 - 3:38 pm in Microsoft, Microsoft 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…

Create dialog box using x++ (radio button & check box)

December 4, 2018 - 3:38 pm in Microsoft, Microsoft Dynamics AX 2012

I was trying to copy the financial dimension of header to the financial dimensions of the lines to make it consistent and same as per the business requirement. I have adopted a simple and easy way to do this. I will share that in my next post. To make it more…