Resource: Property, Field : SyndicationRemarks
Description
SyndicationRemarks must be under 1500 characters.
Error Messages
1) ERROR, 'syndication remarks' field must be less than 1,500 characters.
Fields referenced within this rule
Syntax with comments and error messages
//[ErrMsg1^ERROR, 'syndication 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 whether the entry string length is less than 1,500 characters.
(/*[LogicBlk2]*/(STRLEN(.ENTRY.) < 1500)),
// Else accept the entry if empty.
.ENTRY. = .EMPTY.)
Syntax only
IIF(((.ENTRY. != .EMPTY.).AND.(.ENTRY. != .OLDVALUE.)),((STRLEN(.ENTRY.) < 1500)),.ENTRY. = .EMPTY.)
Rule Unique ID
41e6defa-d7bd-4d67-9cd2-390909d30fd8
Rule Number
201