Canada
pawan.deep55@gmail.com

Blog

D365 Finance & Operations

RESTAPID365FOxpp

D365FO REST API Integration: Asynchronous Calls & Retry Guide

D365FO REST API integration can be challenging in Dynamics 365 Finance and Operations, especially when handling asynchronous requests with retry logic for reliability under high demand. During peak times, your D365FO instance may face network glitches, server timeouts, or rate limits from the APIs you’re integrating with. This guide walks you through creating a robust …

D365FO Classic build pipeline getting failed Process ‘msbuild.exe’ exited with code ‘1’

Azure-hosted class build pipelines fail on Build Solution step with an error message that Process ‘msbuild.exe’ exited with code ‘1’ – error MSB1009: Project file does not exist. If facing this concern, edit the pipeline and change the build solution path from absolute to the relative path using wild characters. Follow below screenshot to resolve …

Email x++

How to email report with the body in D365FO

Microsoft D365 Finance & operations come with the ability to send reports via email and schedule in recurring batches. Print Destination settings give us the flexibility to configure the dynamic value for report email, including Subject, To, CC, attachment file format. Still, it lacks the functionality to include the body along with that email. Follow …

BYOD

How to setup BYOD in a one-box development environment D365FO

D365 Finance & operations have a plethora of features to explore, and one of them is Bring your own database (BYOD). BYOD enables you to push data from AxDB transitional Database to an external database like Azure SQL database hosted in same or other tenants. BYOD uses existing data entities available in ERP to push …

AxParadise.com

How to create QR code in SSRS report in D365 F&O

Even in the era of electronic reporting and PowerBI reporting, SSRS still plays a crucial role in D365 Finance & Operations ERP. SSRS report delivers most reports in ERP in a predefined format, which is beneficial for providing any legal document. For instance, a Legal invoice document containing a QR code has mandatory information specified …

Financial dimension excel d365 finance and operations

How to add financial dimensions column mapping in excel template(office integration)

D365 finance & operations enabled many activities to be performed directly in excel using the data connector app. For example, out of the box General journal entry, payment journal, budget register entries have the option to make respective budget data lines via excel. The Excel import template out of the box is only mapped to …

SQL access on D365 FO

SQL access on production in D365FO

With the introduction of D365 Finance & operations cloud environment over AX 2012, Microsoft took over the control of the production window server OS environment leading to requesting deployment via LCS as compared to manual deployment before and also SQL Server Management Studio(SSMS) is now not available for SQL manipulation. Of course one of the …

How to use POSTMAN to access D365FO Odata endpoint

This article will explain how you can use POSTMAN to insert or read data from the OData endpoint. Before that, we need to ensure that we have the values for the following keys that will be used to get Authorization token for Odata endpoint. Tenant Id Client Id (Application Id) Client secret key To find …

How to setup Azure active directory portal for 3rd party app authentication with D365FO

How to setup Azure active directory portal for 3rd party app authentication with D365FO

This post will explain how d365 finance & operations azure applications key things that are required for authentication for 3rd party applications like client applications, Postman. I hope this article helped you learn How to setup azure portal for 3rd party app authentication in D365 Finance & operations AX. Don’t forget to share this article. …

Tricks D365 Finance & operations

Open form via its AOT name in D365 Finance & operations

For developers, it can come handy if they can directly open the form via its AOT name in D365 finance & operations rather than opening via its menu item. To do so, you can simply search in the search bar by typing form:<form AOT name> For example, users management form AOT name is sysusermanagement. When …