CANSIGN Function
This function determines whether the specified role number is able to sign off the current document, or an optionally specified document.
Syntax
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.
Example 1
CANSIGN(1)
Returns true if Role 1 is able to sign off the current document.
Example 2
CANSIGN(3,"FS")
Returns true if Role 3 is able to sign off the document with identifier FS.