Has Open Signature Rule

circle-exclamation

This validation rule checks if a File Document Object has been sent to be signed (a Signature Object has been created) but the signature is still not closed (i.e. is open).

If the File Object has an open signature, an inconsistency is displayed.

 <HasOpenSignatureRule TypeNameFile="File" StatusAttributeName="Validity" SignatureOpenStatusAttributeName="Status" SignatureOpenStatusAttributeValue="Open">
   <ExpectedSignedStatusAttributeValue>Released</ExpectedSignedStatusAttributeValue>
 </HasOpenSignatureRule>

Xml Attributes

TypeName (Required)

The type name of the Document Object in which the validation rule resides i.e. File.

StatusAttributeName (Required)

The attribute name of the attribute connected to the Create Signature workflow action in the File Object.

SignatureOpenStatusAttributeName (Required)

The name of the field that designates the open/close status in Signature Object. Must exist in the Signature template.

SignatureOpenStatusAttributeValue (Required)

The name of the value that designates that a signature is open in Signature Object. Must be a valid value of the SignatureOpenStatusAttributeName in the Signature template.

Xml Elements

ExpectedSignedStatusAttributeValue (Required)

The attribute values of the attribute in the File Object that designates that the File has been sent to signature.

Last updated

Was this helpful?