Resource: Member, Field : CountyOfService
Description
CountyOfService can only be accepted for userclass of Photographer.
Error Messages
1) ERROR, user cannot have permission access of photographer.
Fields referenced within this rule
Syntax with comments and error messages
//[ErrMsg1^ERROR, user cannot have permission access of photographer.|LogicBlk1^TRUE|LogicBlk2^FALSE]
// If entry is not empty...
IIF((/*[LogicBlk1]*/.ENTRY. != .EMPTY.),
// Then verify user permission access is not photographer...
(/*[LogicBlk2]*/.NOT.(.USERCLASS..IN.('PH'))),
// Else accept as entry is empty.
.TRUE.)
Syntax only
IIF((.ENTRY. != .EMPTY.),(.NOT.(.USERCLASS..IN.('PH'))),.TRUE.)
Rule Unique ID
2a5f92c7-ab3c-42a9-8a3f-e364cfd6ac54
Rule Number
1