web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Enqueue and Dequeue process in D365FO

(0) ShareShare
ReportReport
Posted on by 458
Dear team,
 
I explored about Enqueue and Dequeue in D365FO. What I understood 
  • Enqueue: is about sending data into D365FO.
  • Dequeue: is about receiving data from D365FO.
  • It's always worked with data package.
Enqueue - Pushing data from an external system into D365FO. (IMPORT)
 
If I think about Logic app -
 
1. Initialized variables like
 
Base url
Application Id
Tanent Id
Secret key
 
to reuse it whenever required throughout the process.
 
2. As this is import process. So, we need to store the data package in some storage. Like Azure Blob storage container.
We need to configure it. and we need authentication to read the file from Azure blob storage.
 
3. Now we need to call POST method for the import process
 
https:// base url/API/Connector/ Enqueue / Activity Id/ Entity name
along with authentication is also required. Aouth 2.0
 
4. Now we can check the status with GET call
 
https:// base url/ data/ data management defination group/Microsoft.dynamics.data entities.get message data
 
Dequeue :  Pulling data from D365FO to an external system. (EXPORT)
 
If I think about Logic app -
 
1. Initialized variables like
 
Base url
Application Id
Tanent Id
Secret key
 
to reuse it whenever required throughout the process.
 
2. Now we call the export process with GET call.
 
https:// base url/ API/ Connector/ Dequeue/ Activity Id
along with authentication is also required. Aouth 2.0
 
3. Now I need the location where to export it.
Azure Blob storage --
 
Folder path -- Outbound
new connection - If required. or we can use existing connection
file name - .zip 
 
Am I correct?
 
Thanks in advance.
 
 
 
 
 
 
 
 
 
 
 
Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
DAnny3211 Profile Picture

DAnny3211 194

#2
Nimsara Jayathilaka. Profile Picture

Nimsara Jayathilaka. 123

#3
Sahan Hasitha Profile Picture

Sahan Hasitha 110

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans