...
the current record has a Category field value of System
the current user is a Manager of the current record type
Code Block |
---|
Constraints": [ { "Type": "All", "Constraints": [ { "Type": "Field Is Equal", "Name": "CategoryType", "Value": "SystemConfiguration", }, "Ignore Case": "Yes" }, { { "Type": "UserField Is One Of", "Role"Name": "Regulation", "Values": ["ManagersGxP"] } ] } ] |
Constraint Type: Any
Evaluates a list of specified sub-constraints to determine if at least one of them is true.
...