General - Frequenty Asked Questions

Q: How can I verify who the document was sent to?

Q: What is the "Token" and "Signature URL" used for?

Q: How do I know if the document has been viewed?

Q: What do the different checkboxes (Is Signed, Is Expired) indicate?

Q: Was the document protected by a PIN - e signature request?

Q: How long did it take for the document to be signed in e signature request?

Q: Where was the signature placed in e signature request?

Q: How does the system handle multiple signers on e signature request?

Q: Why is there a separate "FullName" field in the e signature log?


Q. What does the "DateTimeText" field represent in the log?

Q. What is the purpose of the "Token" in the log?


Q: What happens if "Do Not Share The Record" is checked?


Q: How is the "Status" used in the e signature log?

Q: Where is the actual signature image data stored in the e signature log record?

Q: How can we verify the location or device of the signer for legal purposes in e signature log?


Q: Is there a way to view the signed content directly within a record field?


A: This Rich Text Area stores the final version of the document post-signature by that signer. 



Q: How can we configure email notifications to alert us each time a signer opens the document? 

A: Currently, DRTE does not trigger a standard email notification simply for "opening" a link. However, because a document is only loaded after a signer acknowledges the E-Signature Disclosure, a record is created for every unique session. To receive alerts, you can set up a workflow or trigger on the "E-Signature Disclosure" object to send an email notification whenever a new record is generated.



Q: Is it possible to track the total number of times the document has been accessed? 

A: Yes. Since every visit to an unsigned document requires a new acknowledgement, you can track access by counting the number of E-Signature Disclosure records associated with that specific document link. Or using Acknowledged and Viewed? Field on e signature log record : Displays the total count of times the document was accessed.

Note: Access tracking is session-based. If a user acknowledges the disclosure, views the document, and then refreshes their browser, a new acknowledgement (and record) will be required.



Q: How do we set up an automatic email notification to be sent once the signer has successfully signed the document? 

A: This functionality is not a default setting within the standard DRTE package. To enable "Signed" notifications, a customization must be implemented.

Recommended Approach:


Q: How do we configure the document to automatically retrieve the "Date of Signed" rather than having the signer choose it manually? 

A: No manual configuration or signer input is required for this. The DRTE system is designed to be "set it and forget it" regarding timelines. The Signature Image itself automatically captures and embeds the precise date of the signature onto the document the moment it is submitted.

Key Benefits of this Automation:


Q: Can we manually edit a document just before starting the signature workflow?

Q: How can we edit the content of the email invitation for specific cases instead of using a static template?


Q: How does the signed document get saved into the Salesforce Files section?

Q: If a Salesforce field is blank, the PDF shows the placeholder text (e.g., {{Account__r.Phone}}). How do we make it appear as a blank space instead? 

A: By default, DRTE treats all merge fields as essential data points. To hide placeholders when data is missing, you must use DRTE Dynamic Content logic to swap sections based on whether the field is populated.

Step-by-Step Configuration:

  1. Locate the Section: Go to the Document Template record, navigate to the Related Tab, and find the specific Section record containing the field that might be empty.
  2. Update the "Populated" Section: Modify the SOQL query for this section to include a WHERE condition specifying that the field is not null.
  3. Create the "Empty" Section: Clone the original section record.
  4. Edit the HTML: In the new cloned section, edit the HTML to remove the merge field placeholder entirely.
  5. Set the "Null" Condition: Update the SOQL query of this new section to include a condition that only runs when that specific field is null.

Result: DRTE will dynamically choose which section to render. If the field has data, it shows the version with the merge field; if it is empty, it shows the version with the blank space.

Redirecting you to the article... Click here if you are not redirected automatically.