You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Upload a file into FileAttachments of custom object

Received Response
19
Views
2
Comments
edited Dec 12, 2018 1:19PM in Agent Desktop 2 comments

Summary

To Save a file into Custom object FileAttachments using Add-in

Content

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();
    

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!