Resource: Property, Field : BathroomsFull
Description
BathroomsFull must contain a valid value.
Error Messages
1) ERROR, Bathroom count for this field must be greater than or equal to 0 and less than or equal to 25.
Fields referenced within this rule
Syntax with comments and error messages
//[ErrMsg1^ERROR, Bathroom count for this field must be greater than or equal to 0 and less than or equal to 25.|LogicBlk1^TRUE|LogicBlk2^FALSE]
// If the entry is not entry...
IIF((/*[LogicBlk1]*/.ENTRY. != .EMPTY.),
// Then verify that entry is in the range 0 to 25 inclusive.
(/*[LogicBlk2]*/(.ENTRY. >= 0).AND.(.ENTRY. <= 25)),
// Else accept the empty entry
.TRUE.)
Syntax only
IIF((.ENTRY. != .EMPTY.),((.ENTRY. >= 0).AND.(.ENTRY. <= 25)),.TRUE.)
Rule Unique ID
dea9c209-6813-4238-afef-f8ebf00a1fc5
Rule Number
14