Question
Sending Adobe Acrobat Sign agreements from Custom Objects in Salesforce
- February 12, 2014
- 13 replies
- 32020 views
In this tutorial, l I’ll go through how to:
- set up a document template with text tags and add it to the SFDC library
- create an Agreement template
- create a customer send for signature button and add the button to a Custom Object page layout
- create a merge mapping to merge fields data from the Custom object into an EchoSign agreement
- create a data mapping to map field data from the EchoSign agreement back into the custom object in SFDC
The tutorial is the attached PDF, the Word document is a sample template document used in this tutorial.
To download the attachments below, login the forum first, or use the link below.
Sending EchoSign agreements from Custom Objects in SFDC-Lightning edition.pdf
Sending EchoSign agreements from Custom Objects in SFDC.pdf
Your Custom Object document.docx
Note that older versions of these document use the old method to add custom links for custom buttons. Links should be updated like this example:
{!URLFOR('/apex/echosign_dev1__AgreementTemplateProcess', null, [masterId = Opportunity.Id, templateId='a024J000002LuyBQAS'])}

