Hi
I'm wondering if you have any idea how to upload a file to the case object in salesforce via a php web page?
thanks
Tammy
Hi
I'm wondering if you have any idea how to upload a file to the case object in salesforce via a php web page?
thanks
Tammy
That should not be too hard, let me investigate it and get back to you in a little while!!
~Mike
great, thanks Mike
you're always so helpful
hard to find resources
I have only looked into this briefly, but I do not see a way that you can upload a file to the case object via PHP and the API. BUT again it was only for a few min, I will still look into this and see if it is possible. Give me a few days to look into it more
~Mike
I could be completely wrong, but it looks like you can do a create in the "Attachment" object. You will need to base64 encode the body of the file for the "Body" field and set the name of the file in the "Name" field. You will also have to set the ParentId field to reference the Case object. There might be some other fields you need to include in your create -- not sure.
You know what that is probably true!! Let me look into that, I did not even think of that relationship
~Mike
Bookmarks