CANSIGN Function

This function determines whether the specified role number is able to sign off the current document, or an optionally specified document.

CANSIGN(RoleNumber, <"DocumentID">)

Where RoleNumber is the role number in question and DocumentID is the optional document identifier. If no document identifier is specified, the current document is used.

CANSIGN(1)

Returns true if Role 1 is able to sign off the current document.

CANSIGN(3,"FS")

Returns true if Role 3 is able to sign off the document with identifier FS.

Related Topics