Resource: Property, Field : MiddleOrJuniorSchoolOther
Description
When MiddleOrJuniorSchool is set to 'Other', MiddleOrJuniorSchoolOther is required.
Error Messages
1) ERROR, the middle or junior school is set to 'other', indicates that the field is required.
Fields referenced within this rule
MiddleOrJuniorSchool
MiddleOrJuniorSchoolOther
Syntax with comments and error messages
//[ErrMsg1^ERROR, the middle or junior school is set to 'other', indicates that the field is required.|LogicBlk1^TRUE]
// The middle or junior school is set to 'other' and the entry is empty.
(/*[LogicBlk1]*/(MiddleOrJuniorSchool.IN.('OTHER')).AND.(.ENTRY. = .EMPTY.))
Syntax only
((MiddleOrJuniorSchool.IN.('OTHER')).AND.(.ENTRY. = .EMPTY.))
Rule Unique ID
264b1c5f-5a84-4e87-a9da-aac44c2532ca
Rule Number
138