
I am working on an integration solution. We need to share files stored in D365 Finance and Operations with a 3rd party system. I need to be able to search D365 for a file attachment and pull the file from blob storage. As this will be done i real time DMF/RI are not viable solutions.
I have found an odata entity BusinessDocumentDocuRefs but this errors when i call it. What is the best method to do real time calls against D365 FinOps Document management?
Hi Capybara,
To extract attachments, an Attachments entity must be built for a specific business document or record. There isn't a standard attachment entity because the identity for each record type is different. To learn how to build an Attachments entity, you can find examples in the Application explorer by searching for "Attachment" under the AOT > Data Model > Data Entities node.