Handling Dynamic Signers in S-Sign Enabled Templates
This guide explains how to configure S-Sign templates to handle a variable number of signers by leveraging automation to generate profiles and signature fields based on record data.
1. Using Conditional Logic
<!--RENDER='{{!Opportunity.StageName}}' == 'Closed' --> [[SSIGN_PROFILE Email='signer2@example.com' ProfileName='Signer 2' RoutingPosition='2']] [[SSIGN_INPUT Profile='Signer 2' Type='Signature']] <!--ENDRENDER-->
Available Signer Profile Attributes
Avaiable Input Field Attributes
2. Using Related Lists (LineItemsSOQL)
Implementation Strategy
PreviousHow to: Generate various inputs using Component TemplatesNextHow to: Write back to a Salesforce Record using S-Sign Input Fields
Last updated
Was this helpful?

