Resource: Property, Field : PublicRemarks
Description
PublicRemarks must be less than 1500 characters.
Error Messages
1) ERROR, 'public remarks' field must be less than 1,500 characters.
Fields referenced within this rule
Syntax with comments and error messages
//[ErrMsg1^ERROR, 'public remarks' field must be less than 1,500 characters.|LogicBlk1^TRUE|LogicBlk2^FALSE]
// If entry is not empty and has changed...
IIF((/*[LogicBlk1]*/(.ENTRY. != .EMPTY.).AND.(.ENTRY. != .OLDVALUE.)),
// Then check that the character length of the entry is less than 1,500 characters.
(/*[LogicBlk2]*/(STRLEN(.ENTRY.) < 1500)),
// Else ACCEPT if entry is empty.
.ENTRY. = .EMPTY.) / / (STRLEN(.ENTRY.) < 1500)
Syntax only
IIF(((.ENTRY. != .EMPTY.).AND.(.ENTRY. != .OLDVALUE.)),((STRLEN(.ENTRY.) < 1500)),.ENTRY. = .EMPTY.) / / (STRLEN(.ENTRY.) < 1500)
Rule Unique ID
5fef6a50-331f-4fbf-a0b9-471c336ed735
Rule Number
176