Category: Uncategorized
-
DMT – Use the Data migration tool to migrate from Dynamics AX 2009 to finance and operations – Part 2
Please note the file is saved as .xlsx. Please save as .xlsx and do not change the extension. When you give this as an input to the Default Configuration parameter value in the next step, select All Files to select .xlsx file. Failure to follow this step will cause downstream errors during generate mappings. 2.…
-
DMT – Use the Data migration tool to migrate from Dynamics AX 2009 to finance and operations – Part 1
Here i have recently got task to perform Data migration from AX 2009 to D356 Finance and operation, After doing some research i got information about DMT which actually helps you migrate data from AX 2009 to D365. So i have decided to write some details about this tool so it can help other community…
-
ChatGPT by Open AI with Dynamics 365 Finance and operation – Part 2 with Application
As part of Chat GPT integration with Dynamics 365 Finance and operation, here I have started working on real application which actually can help end user to identify and get more information about error message in system. if you want to lean about how to integrate ChatGPT with Dynamics 365 Finance and operation. I have…
-
Encrypt and Decrypt data from Finance and operation using Function app and power automate/ logic
This blog helps encrypt outbound user data using Dynamics 365 finance and operations and power platform, while it is en route from user devices and cloud servers. In this blog, we are going to use following structure to send an encrypted file to a blob storage or one drive from Microsoft Dynamics 365 Finance and…
-
ChatGPT by Open AI with Dynamics 365 Finance and operation
Guys vote if you want Microsoft to add chat GPT by Open API integration with Dynamics 365 Finance and operation in upcoming release. https://experience.dynamics.com/ideas/idea/?ideaid=df3d2836-24a6-ed11-9ac4-0003ff458e61 This blog is for ChatGPT and D365 Finance and operation integration, As we know so many people are talking about ChatGPT now a days and why don’t we try to access…
-
How to design D365 Fin & Ops Asynchronous integration with Power Automate
I recently had issue with Power automate and D365 integration where 2 minutes gateway timeout issue with my custom OData action. The timeout was causing Power Automate to retry operation multiple times, which is not required result in integration. There are some settings for the Fin & Ops connector execute action in Power Automate to…
-
D365 FO integration JSON File and DMF (Import)
In my previous post i have explained how you can export JSON file using flow integration without writing any code. If you want to understand if you can read using this link. In this blog you can understand how you can import JSON file using flow. here I am using following Tools to achieve. I…
-
D365 FO integration JSON File and DMF (Export)
After xslt deprecation in 10.0.30 it was task to integrate JSON file in D365 FO without any writing new classes or custom service. Here I have did one small experiment for community which will help you to understand how you can integrate. here I am using following Tools. I have created data project in D365…
-
Everything about Flights in D365 F&O.
The primary purpose of flights and features both is to implement a controlled roll-out of new functionality into the product, so as not to disrupt existing business operations. One of Microsoft’s primary goals with OneVersion is to ensure we do not break anyone. A flight is a switch, which controls a certain, usually small, piece of business logic in the product, leading…
-
D365 F&O How to use Data management package REST Import API using flows/Logic app
Before using it you need to understand what is difference between importing file using REST API vs recurring integration. Choosing an integration API Two APIs support file-based integration scenarios: the Data management framework’s package API and the recurring integrations API. Both APIs support both data import scenarios and data export scenarios. The following table describes…