ISINGROUP Function
The ISINGROUP function indicates whether a user is a member of a specified user group assigned. It returns a value of 1 if the user is a member and 0 otherwise.
Syntax
ISINGROUP("User Group Name")
Example 1
The current user is assigned to the Preparer user group.
ISINGROUP("PREP")
Returns the value 1.
Example 2
The current user is assigned only to the Preparer user group.
ISINGROUP("PART")
Returns the value 0.