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

SalesForceScripting, AppleScript and Attachments
Hello, I'm making a simple automator workflow to upload PDFs to a specific record in SalesForce. Is it possible to use the SalesForceScripting app to upload attachments? I do have it successfully querying and inserting a row in SalesForce, just not sure how to throw the attachment contents in with the insert statement. TIA for any pointers! Daniel
Daniel, I was looking at doing the exact same thing but didn't know where to start (I am not very technical). If you do get something working, I would really appreciate it if you could share this with me. Please send to: andrew@quadrantasia.com
Currently SalesforceScripting has no support for binary data. As a work around you'd have to read the file and generate the base64 encoded value of it and pass that to SalesforceScripting.
Its not currently open source, i'll look into changing that.
I posted the source to Github (not that you need the source to write scripts against it). https://github.com/superfell/SalesforceScripting