Resource: Property, Field : EstimatedBuyerAgentMlsId
Description
A WARNING message will appear if EstimatedBuyerAgentMlsId is 'NONE'.
Error Messages
1) WARNING, 'Estimated Buyer Agent MLS ID' is 'NONE'.
Fields referenced within this rule
Syntax with comments and error messages
//[ErrMsg1^WARNING, 'Estimated Buyer Agent MLS ID' is 'NONE'.|LogicBlk1^TRUE]
// Convert the 'estimated buyer agent MLS ID to an uppercase string and compare that not equal to 'NONE'.
(/*[LogicBlk1]*/(.ENTRY. != .EMPTY.).AND.UPPER(CHAR(.ENTRY.)) = 'NONE')
Syntax only
((.ENTRY. != .EMPTY.).AND.UPPER(CHAR(.ENTRY.)) = 'NONE')
Rule Unique ID
ad063c9a-9139-41e7-b803-9cce37ed32ea
Rule Number
71