Hi team,
Continuing the thread
https://community.dynamics.com/forums/thread/details/?threadid=69d681dc-d39d-f111-b8dc-6045bda97caf
I do research and trying to implement the below steps to import the file in D365fo through recurrence integration with logic apps.
Step 1. Third party application send the file in an Azure Blob Storage container.
.The Logic App has a Blob Storage trigger. I mean When a blob is added the logic app strats.
Step 2. Logic App gets the file-
I mean Logic App reads the file from Blob Storage. Where we will do the validations.
Step 3. Now we need to Authenticate with D365FO
I mean the Logic App calls D365FO using OAuth 2.0 / Microsoft Entra ID authentication.
Step 4- Then we need to upload the file in blob storage for write.
Step 5- Now we start import process
Import from package
Needs to pass parameters like
packageUrl
definitionGroupId
executionId
legalEntityId
Here the definitionGroupId is basically the DMF data project that tells D365FO which entities/mappings should be used for the import.
Step 6- DMF process the data.
Step 7 - We needs to check the status.
Get execution summary status
Is my assumption is correct?
Pls advise, thanks

Report
All responses (
Answers (