Hello Everyone,
I have a requirement wherein i have a vendor invoice pdf file which is stored in sharepoint server which i need to attach to a pending vendor invoice in d365fo we are currently using snaplogic to read the file from sharepoint server and transform the contents into binary data and Rest post operation to push this data into ax.
From AX side i have exposed DourefEntity so when i am trying run the snaplogic Rest post operation using the file operation its failing to load the binary data.
Can anybody help me out to resolve this issue or if there is any other alternative to attach a pdf file in ax using service?