COMPLTBY Function

This function returns true if the current document has any role that meets the condition

Syntax

COMPLTBY(Condition,<"UserInitials">)

Where Condition is "1" - Role completed by no one, "2" - Role completed by current or specified user, "3" - role completed by any user. UserInitials is an optional argument used when the condition is 2 to specify the user.

Example

COMPLTBY(3)

Returns true if the current document has been signed off by any role/user.

Related Topics