Voided documents
The DocuSign process handles voided documents, allowing the user to void a document that has already begun processing through the DocuSign system. The document is voided by using a rule on a workflow. The rule changes the status to Voided. This approach is a reactive measure to voiding documents.
You can void documents using the following business rules:
- The biz rule (core) _VoidDocuSignDocument updates the Uploaded Files Queue record status to voided.
- The scheduled process DocuSign Request Signature voids the envelope(s) in DocuSign.
- The Scheduled process DocuSign Get Docs Status retrieves any voided documents. It attaches to the dataform if configured to attach (otherwise, the voided document is attached only to the Uploaded Files Queue record).
- A soft error (core) _SE_VoidDocuSignDocument warns the user that documents (envelopes) will be voided. This rule also identifies the number of envelopes that are affected.
Both rules are configurable with the following parameters:
- DataformOnly (option). When selected, it only voids envelopes (and thereby documents) associated with the Dataform on which the rule is configured. When cleared, voids all envelopes in the Workspace associated with the Dataform on which the rule is configured.
- AllowVoidStatus (comma-delimited string). Provides the status of Uploaded Files Queue records that can be voided. See the Signature Status lookup group for valid statuses and use the CODE in this parameter, separated by a comma, with no spaces.
As a preventive measure, your administrator can set an option (ExcludeVoidedFiles) in the DocuSign API configuration parameters to prevent voided documents from coming back into ClientSpace. See Configuring the DocuSign API Record.