ROLECOMPLT Function
This function determines whether the current document has a role which meets the specified condition.
Syntax
ROLECOMPLT(Role, Condition, <"UserInitials">)
Where
Role is the role number from 1 to 8.
Condition is 1 - role completed by no one, 2 - role completed by the current user, or 3 - role completed by any user.
UserInitials is an optional argument used when the condition is 2 to specify the user.
Example
ROLECOMPLT(1,1)
This function will return true if role 1 has not been signed off.