function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RavishankarRavishankar 

File Handling

Can we perform file handling using APEX on attached file.

I want to Marge all attached file of a Customobject to a single file.

Can any one tell me any option in sales force if not than

Tell me what code I use for this work in apex language


I hope any one help me about this.

bob_buzzardbob_buzzard

You can do a certain amount of work with attached files - in the past I've dynamically created attachments from custom objects.  It does depend on the type of file that you are working with - mine were all comma separated text files, so I could just get the body from the Attachment sobject and do what I needed.