Checks whether a specified user is a member of a predefined user (security) group
Syntax:
{GROUPMEMBER( «userid» , «groupid» )}
Arguments:
«userid»
User’s ID in the System Administrator application
You can type the user ID or use the @US. ID function.
«groupid»
Group ID or group name
You can type the group ID or extract it from a selected template field.
Returns:
Y = user is a group member
N = user is not a group member
Example:
The current user is a member of the Nurses group, but not a member of the Physicians group
{GROUPMEMBER( {@US.ID} , Nurses )}