You need to sign in to do that
Don't have an account?
eric_dev
How to get Body conent of Attachment object
Hi,
I’m use Site technology for upload file from Client to Salesfroce. It appears in Case related list Notes and Attachments.
File format is CSV.
How can i get content of CSV file and insert a data into Salesforce object
I thought something similar to Select Body from Attachment….and
Does somebody has idea how to do it by APEX or via API
Thank you
Eric,
I did't worked in site technology but here is the idea to implement it
1.open salesforce connection in yours site code
2.based on yours record in yours case---->to case object attached document using
Attach.body componet ,
that is only solution for you.
Thanks
Gopi