Object In Completed Signature Rule

This validation rule checks if the current revision of a Document Object has been placed inside a document in a 'File' Document Object and if that File Document Object is associated with a Signature object that has been successfully completed.

If the Document Object does not belong to a document in a 'File' Document Object, or the 'File' Document Object is not associated with a Signature, or the Signature is not successfully completed, an inconsistency is displayed.

<ObjectInCompletedSignatureRule FileTypeName="File" SignatureTypeName="Signature" SignatureStatusValueClosed="Closed" SignatureStatusAttributeName="Status">
      <ArrayAttributeName>ObjectsInFile</ArrayAttributeName>
</ObjectInCompletedSignatureRule>

FileTypeName (Required)

The type name of the 'File' Document object. Must be 'File'.

ArrayAttributeName (Required, XML Element)

The attribute names of the Array Attribute in the 'File' object, containing a list of the Document Objects ID's (incl. revision) in the document.

SignatureTypeName (Required)

The type name of the Signature Document Object. Must be 'Signature'.

SignatureStatusAttributeName (Optional, Default: Status)

The attribute name of the status EnumAttribute in the Signature Document Object that contains the value defining whether a Signature is considered (successfully) Closed or not.

SignatureStatusValueClosed (Optional, Default: Closed)

The attribute value of the status EnumAttribute in the Signature Document Object defining whether a Signature is considered (successfully) Closed.

Last updated

Was this helpful?