Upload a file into FileAttachments of custom object
Summary
To Save a file into Custom object FileAttachments using Add-inContent
Hi All,
I would like to browse a file from desktop and save into a custom object FileAttachments in OSVC usnig Add-in.
For that I am not able to save the file into Fileattachments of Custom object. I am unable to add the fileattachment data into generic field.
Please refer the below code snippet.
If anyone aware of it please guide me.
Thanks,
Shaheela
Code Snippet
RNObject[] rnObj = null; GenericObject go = null; ClientInfoHeader clientInfoHeader = null; try { go = new GenericObject(); clientInfoHeader = new ClientInfoHeader();
Tagged:
1