Hi
I just have one template set up in DocuSign and want to use the same to send out each time when I send out the document to my leads using Docusign for salesforce. Is there a way to default the template?
Thanks
Hi
I just have one template set up in DocuSign and want to use the same to send out each time when I send out the document to my leads using Docusign for salesforce. Is there a way to default the template?
Thanks
Hello,
This can be achieved by creating a URLFOR custom button in Salesforce and adding the DocuSign Template ID to the DocuSign Template ID parameter to the custom button.
Step 1: Create a custom button on Lead in Salesforce and associate the custom button with the following code:
{!URLFOR('/apex/dsfs__DocuSign_CreateEnvelope', null, sId = Lead(dot)Id, DST =
'Add your DocuSign Template ID'])}
Make sure to replace your DocuSign template Id from DocuSign in the DST parameter.
Step 2 :
Add this custom button to the Lead layout which reps are using to Send envelopes to Lead.
Step 3 :
Instruct the reps to use this custom button so that when an envelope is created and edit envelope page is displayed, the template will be automatically pulled up in the Envelope.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.