Posts

Showing posts with the label From the Microsoft Dynamics AX blogs: Recurring Integrations in Dynamics 365 for Operations

From the Microsoft Dynamics AX blogs: Recurring Integrations in Dynamics 365 for Operations

Image
To en-queue messages for recurring integrations in Dynamics 365 for operations, the sample app published in GitHub is helpful. To make this file en-queue work seamlessly, few setups in azure portal and Dynamics 365 for operations need to be done before running the sample application. Here is a step by step guide on the setup changes to be done. Azure portal Setup Go to Azure Portal > Azure Active directory > App-registrations Click New Application Registration and select “Web app/API” for application type. Enter your Ax URL for sign on URL Click create and make sure to note the application ID You might go back to the list of applications and you need to filter for your app Click on the app and go to “Required Permissions” page Click add and select “Microsoft dynamics ERP. Got to select permissions tab and select all the permissions available (make sure you select each checkbox individually as select all might not work) and click Select End resu...