DocuSign E-Signature Special Values
The following table lists special values available in document templates where DocuSign E-Signature is enabled:
| Function | Description |
|---|---|
| ESignSubmitted | Returns True if a document has at least been submitted to an authorized sender for sending to DocuSign. |
| ESignSubmittedNotSent | Returns True if a document has been submitted to an authorized sender for sending to DocuSign but not sent. |
| ESignSent | Returns True if a document has been sent to DocuSign. |
| ESignSentAndPending | Returns True if a document has been sent to DocuSign but is still pending. |
| ESignSentAndFinal | Returns True if a document has been sent to DocuSign and is now in one of the final states (voided by the sender, declined by the receiver, or completed). |
| ESignVoided | Returns True if a document has been sent to DocuSign and voided by the sender. |
| ESignDeclined | Returns True if a document has been sent to DocuSign and declined by the receiver. |
| ESignCompleted | Returns True if a document has been sent to DocuSign and all signatures have been completed. |
| ESignSentStatus | Returns the current DocuSign status of the document as character/text (submitted, sent, voided, declined, or completed). |