/
Step-by-Step Guide to Adding Signers

Step-by-Step Guide to Adding Signers

Step 1: Navigate to the Document Signers Tab

  • Open the Document Template record in Salesforce.

  • Click on the Document Signers tab as shown in the image below.

 

32.jpg

Step 2: Add a New Signer Configuration

  • Click on the "Add New Signer Configuration" button.

  • A new form will appear, allowing you to enter signer details.

33.jpg

Step 3: Enter Signer Details

Provide the following details to configure signers dynamically:

  • Signer Email: Enter the API Name of the field that stores the email address of the signer.

  • Signer Contact: Enter the API Name of the field that stores the name of the signer.

  • Signer Sequence: Define the signing order by specifying a sequence number.

  • Signers Query: Enter a SOQL query to fetch the relevant signers dynamically. Example:

SELECT Id, Name, Email FROM Contact WHERE Id = ParentId
  • Signer Template Field Name : The document field name associated with the signer.

40.jpg

Step 4: Adding Multiple Signers

  • You can add multiple signers by repeating the above steps.

  • Ensure that the signer sequence is correctly set to define the order of signing.

 

image-20241015-194713.png

By following this configuration method, businesses can seamlessly manage and automate the signer assignment process within Salesforce, ensuring compliance and efficiency in document execution.

Related content