File Management
Overview
Attaching Files to Salesforce Objects
Example: Attaching a PDF Contract to an Account
attach the file to the salesforce object with
the file path is "/path/to/contract.pdf"
the salesforce object's ID is "001xx000003DHP0AAO"
the file type is "PDF"Downloading Files from Salesforce Objects
Example: Downloading a Contract Attached to an Account
download the file from the salesforce object with
the salesforce object's ID is "001xx000003DHP0AAO"
the file name is "contract.pdf"Detaching Files from Salesforce Objects
Example: Removing an Outdated Contract from an Account
Last updated
Was this helpful?
