Thursday, 3 March 2022

OData Action call in d365 F&O

  • https://nuxulu.com/2021-05-25-all-about-odata-actions-in-dynamics-365-finance-and-operations

  1. OData in D365 FO is primarily used for single-record transactions when integrating with external applications.
  2. Standard OData operations do not support sending multiple records as a simple JSON array in a single request.
  3. To process multiple records in one call, the OData $batch feature must be used.
  4. However, implementing the $batch operation can be complex and may not be easy for third-party external systems to handle.
  5. Alternative options for processing multiple records include using the

Data Management Framework (DMF),

custom services that accept JSON arrays,

Power Automate or Logic Apps, and

Business Events with queue-based processing.

No comments:

Post a Comment

Azure Data Engineer stack

A very common Azure Data Engineer stack is: Azure Data Factory Azure Databricks Azure Data Lake Storage Azure Synapse Analytics ...