Question

"Attachments and Notes" using DataServices

Hi All

I want to import and export attachments from different sections.

I have already designed scripts in NODE.JS to read/add/delete data using Data Services.

Hence, I want to integrate a new script (import and export attachments) with my existing scripts.

Can somebody please help me?

Like 0

Like

1 comments

It's barely possible to transfer files via OData. Please use FileApiService instead or create your own service. Please find an example of how to call the service in the ConfigurationFileApi module while adding a file on an "Attachments and notes" detail.

Show all comments