How to Configure Business Events in Dynamics 365 and Create Endpoints Using Power Automate?

How to Configure Business Events in D365 Using Power Automate? Introduction: Business Events in Dynamics 365 allow you to trigger external processes or workflows based on specific business actions, like creating records or posting transactions. They enable seamless integration with other systems and automation tools, such as Power Automate, streamlining business processes and ensuring real-time […]
How to Auto Submit the Workflow Through X++ Code?

How to Auto Submit the Workflow Through X++ Code? Introduction: Workflows in Dynamics 365 Finance and Operations streamline approval processes. However, in some scenarios, manually submitting a workflow can be time-consuming and prone to delays, especially in high-volume environments or when dealing with recurring processes. To address this, automating workflow submission becomes a game-changer. In this […]
How to Integrate D365FO to Dataverse using API HTTPS Request?

How to integrate D365FO with Dataverse using API HTTP requests? Introduction: Integrating an external API service into Dynamics 365 Finance and Operations allows you to enhance functionality by connecting D365FO to third-party services, systems, or data sources. This can help automate workflows, fetch real-time data, or extend D365FO’s capabilities. Scenario: In this blog, I have […]
How to Use Incremental Push for Efficient Data Export in Dynamics 365?

How to Export Data Entity using Incremental Push in Dynamics 365? Introduction: Exporting data using an incremental push in Dynamics 365’s Data Management Framework (DMF) is an efficient and performance-optimized way of transferring only the changed records. This feature allows you to export only the records that have been newly created or changed since the […]
How to Configure Conditional Workflows in D365FO?

How to Configure Conditional Based Workflow in D365 Finance and Operations? Introduction: When configuring workflows in D365FO, a conditional decision is a crucial element that allows the workflow to branch into different paths based on specific criteria. This feature enhances the flexibility and efficiency of workflow processes. To set up a conditional decision, you’ll need […]
Video blog: How to Create Custom Workflow Participant Provider?

How to create Workflow Participant Provider? Introduction: A Workflow Participant Provider in D365 Finance and Operations defines how users or groups are assigned to tasks in a workflow. Overall, it ensures the right people are involved in the workflow, enhancing efficiency and accountability. Scenario: The user wants to assign workflow approval to the manager specified […]
How to Retrieve the User to Whom a Workflow is Assigned Using X++?

How to Retrieve the User to Whom a Workflow is Assigned Using X++? Introduction: In Dynamics 365 Finance and Operations, it’s often necessary to identify the user to whom a workflow is assigned for a particular record. This blog outlines the steps to retrieve the assigned user for the workflow. Scenario: Retrieve the user to […]
How to Set up Postman to Generate Token?

How to set-up post man to generate token, which is used to authorize the other requests. High level resolution steps Steps 1: Download and install the Postman app or open the Postman web application using this link. Steps 2: Sign up using your email credentials Steps 3: Register the app in Azure to obtain the Tenant ID, Client […]
How To Automate The Export Of DIXF Projects Using X++ Code

Automate The Export Of DIXF Projects Using X++ Code: The DMF project should automatically export to Excel when the user runs the batch job, ensuring data is saved without manual intervention. High level resolution steps Step 1: Create a simple batch job; Refer the below link to create it. Video blog: Sys Operation framework batch job […]
Video blog: Sys Operation framework batch job with parameter X++

Sys Operation Framework: The Sys Operation framework in Microsoft Dynamics AX and D365 Finance and Operations enables efficient batch processing and automation of tasks. Sys Operation framework supports synchronous and asynchronous operations, integrates business logic via service classes, provides user input dialogs, and allows background batch jobs with robust error handling. Sys Operation framework is […]
