Is it possible to update documents using only a REST API

1
0
-1

Hello
I am trying to create a Process form where users can attach documents and upload document without having to click the submit button.

Basically user can upload documents to a case but is not required to complete / finish a task.

Just like case comments can be updated using only REST API, similarly can case documents be updated using only REST API.

If possible , then user can open the task and add comments and upload necessary documents . Only the work is complete, then user can close the task. Hence uploading documents will not impact task.
I am looking at Partial page postback events.

Is it also possible to update BDM entries without submitting the form/Task ??

1 answer

1
0
-1
This one is the BEST answer!

Hi,

Yes, documents can be updated using REST API and PUT action on a button.

BDM data must be updated using a process.

HTH
Romain

Notifications