
Hello,
My requirement is that, I have custom table and the key field is request id and need to attach multiple files in SharePoint for each records.
When uploading a file for each record at first time, We have to create new folder in given SharePoint path with the name of RequestId value and save the file in the new folder. For the second time, we have to save the file in same folder for the same record.
Then we have to show how many files we have uploaded against each record.
Please suggest me how to achieve it form D365 F&O.
Thanks in advance.
Hi boobalan
You can create custom x++ code to call sharepoint REST API