Plaza 365
Plaza 365

No results found for your search

RegisterLog in

3

Visit article

Dynamics 365 ERP - Development

Category

Aug 22, 2024

Published date

Text

Article Type


AI Summary

  • The article discusses the challenge of exporting documents/attachments from Dynamics 365 Finance and Operations (D365FO) due to the lack of a direct method.
  • The author shares their solution using Odata action and Logic apps, highlighting the flexibility of this integration pattern.
  • They mention utilizing out-of-the-box attachments entities and suggest following a similar approach for custom requirements.
  • The unique DocumentID, generated automatically, serves as a key in attachment entities, facilitating retrieval of attachments.
  • The Odata action method, decorated with 'SysODataActionAttribute,' can be consumed by external systems through an API call.
  • A code snippet provided in the article demonstrates generating a downloadable URL for retrieving attachments of various formats without the need for external conversion.
  • The implementation in Logic apps involves calling the Odata action in the POST method with Legal Entity and DocumentId parameters to obtain a downloadable URL.
  • The downloadable link from the blob can be parsed and routed to different destinations such as Sharepoint, OneDrive, or SFTP, as demonstrated in the author's case of saving an outlook message file to Sharepoint.

Registered users can view the full text for FREE!

Sign In Now!

Cookies Consent

We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept All", you consent to our use of cookies.