function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Lindsay ThompsonLindsay Thompson 

Adobe Sign Send for Signature Button

I use Conga Contracts and have a Send for Signature button on the Legal Agreement object  that takes the final agreement and drops it into the Adobe Sign app to send out to the parties for signature. I am a lone SF adming and a super novice at code so I am very confused by the make up of this button. All I need to do is have the agreement automatically copy the Account Owner and the Point of Contact. Does anyone know how I do that in the code below?

/apex/APXTConga4__Conga_Composer
?serverUrl={!API.Partner_Server_URL_370}
&id={!Legal_Agreement__c.Id}


&QVar0Id=a2k0P000004xAAu
&TemplateId={Qvar0}
&DefaultPDF=1

&ESVisible=1
&ESPreview=1

&ESCustomField=Legal_Agreement__c
&ESCustomFieldValue={!Legal_Agreement__c.Id}

&ESSignatureType=2
&ESRecipient1={!Legal_Agreement__c.SignatoryId__c}
&EXExpireInXDays=30
&SC0=1
&SC1=SalesforceFile

&ESRecipient2=0050P000007ECFi

&ESAgreementName={!Legal_Agreement__c.Contract_Type__c}+for+{!Legal_Agreement__c.Account__c}
&ESMessage=Please+Sign+the+Attached+Document