You need to sign in to do that
Don't have an account?

Hi my requirement is php to salesforce integration. in php form submitted the data will be saved in lead.all field are saved but how to save fileupload field to attachments in salesforce
Pls help me
Thanks!
Thanks!
Hii Sreekanth,
First thing you need to remember is that if you want to upload a file in salesforce and store it in attachmnt object then you will have to provide
a parent ID with this. Parent ID can be Lead, account,contact,oppoortunity,Case,Ideas, Etc. So you will have to provide one record id of any object as parentId (attachment.parentid= recordid) .
So please use the newly created recordID of lead as a parent id of attachment then insert the attachment. with this process ur problem will be solved
Thanks
Rishav
All Answers
Hii Sreekanth,
First thing you need to remember is that if you want to upload a file in salesforce and store it in attachmnt object then you will have to provide
a parent ID with this. Parent ID can be Lead, account,contact,oppoortunity,Case,Ideas, Etc. So you will have to provide one record id of any object as parentId (attachment.parentid= recordid) .
So please use the newly created recordID of lead as a parent id of attachment then insert the attachment. with this process ur problem will be solved
Thanks
Rishav
Hi my requirement is php to salesforce integration. in php form submitted the data will be saved in lead.all field are saved but how to save image field in salesforce.
You can create a rich text-box field in which you can save your image.
I am trying That one But its comming image name only
Image not displayed
Thanks!!!!!!!