A
Anoop Premachandran
Guest
You will have to solve CORS issue if you want to make calls from client side (browser) of one application to another. Assuming you do that, I suggest best way is for Rollbase client side script to call an API on the Server mentioning the Record id and Integration Name of File Field. In the mthod implementation on that Server, you can use getBInaryData() API to get the File, do all manipulations and then use setBinaryData to upload back the updated File documentation.progress.com/.../index.html documentation.progress.com/.../index.html
Continue reading...
Continue reading...