Hello everyone!
I am new to DocuSign, so my question may seem too simple. So I ask you for advice.
When I send an envelope from Salesforce.com, several envelope custom fields (ECF) are automatically created. One of them contains the Salesforce.com record ID. Since objects of different types in Salesforce (Account, Opportunity, Lead, etc.) can initiate sending an envelope from Salesforce, the names of the Envelope Custom Fields (ECF) will be different (SFAccount, SFOpportunity, SFLead, etc.). And depending on the type of object, I want to display different text in the Email Resource template. For example, if a document from Salesforce is sent from the Account object record, then I want to display the following text:
Account Id: [[ECF:ECF SFAccont]]
If a document is sent from the Opportunity record, then:
Opportuniyu Id: [[ECF:ECF SFOpportunity]]
Please tell me if the syntax below for adding to the Email Resource template is correct or if not, correct me:
>[Conditional:ECF SFAccont]] Account Id: [ECF:ECF SFAccont]]
>[Conditional:ECF SFOpportunity]] Opportuniyu Id: [ECF:ECF SFOpportunity]]
Thanks for your answers and have a nice day!