-
DMF D365 package REST API Finance and operations – Import (Part 2)
Here in this blog we will cover following Import Template category API 1. DataManagementTemplates-ImportTemplateFromPackage 2. DataManagementTemplates-ImportTemplateFromPackageIgnoreMissingEntities Lets start with ImportTemplateFromPackage. If you want to control template definition outside D365, This API is for you. If you want to create template before importing any sequential data yes you can use this API. So this API does…
-
DMF D365 package REST API Finance and operations – Import
I know many people has covered DMF API in detail but here am going to discuss about some additional REST API version which is not covered in Microsoft standard document . I will start with Import API in first two blogs. Best example to see https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/migration-upgrade/data-migration-tool which has used most of import REST API So…
-
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…