Let’s have a look at what our code changes will look like in the D365 user interface, before scheduling the actual batch job:
Analyzing this dialog, we will see that it looks like every other batch dialog, with only one parameter: a file.
Practical D365 Finance & Operations insights for developers and consultants — X++ code, OData integration, data entities, plus functional setup and how-tos.
This post shows X++ code used to list and read all files in Azure Blob container. Please refer to the following code.
This post contains sample XSLT's for both Payroll and Bank positive pay.
This post shows how to write a code in X++ to upload file in Azure Blob. Please refer to the following X++ method to understand how it works.
I came across a very useful website for decoding authorization token while connecting D365 F&O using .net applications, Postman or any other tool.
The site is called https://jwt.io/ where you can put authorization token value to decode it.
This site is really helpful in verifying audience value, incorrect audience value can lead to 401 (Unauthorized) error.