ACCEPT

Resource: Property, Field : CoBuyerAgentMlsId

Description

CoBuyerAgentMlsId must be an active ID.

Error Messages

1) ERROR, the co-buyer agent must have a valid numeric key and be active.

Fields referenced within this rule

CoBuyerAgentMlsId 

Syntax with comments and error messages

//[ErrMsg1^ERROR, the co-buyer agent must have a valid numeric key and be active.|LogicBlk1^TRUE|LogicBlk2^FALSE]
// If entry is not empty and has changed...
IIF((/*[LogicBlk1]*/(.ENTRY. != .EMPTY.).AND.(.ENTRY. != .OLDVALUE.)),
// If the Selling Agent has an ID and is active...
(/*[LogicBlk2]*/IIF((ROSTER("COSA","MemberKeyNumeric") != .EMPTY.),ROSTER("COSA","MemberStatus").IN.('A'),.FALSE.)),
// Else ACCEPT entry.
.TRUE.)

Syntax only

IIF(((.ENTRY. != .EMPTY.).AND.(.ENTRY. != .OLDVALUE.)),(IIF((ROSTER("COSA","MemberKeyNumeric") != .EMPTY.),ROSTER("COSA","MemberStatus").IN.('A'),.FALSE.)),.TRUE.)

Rule Unique ID

47bb444d-27dc-4012-b375-e0ffe705b89c

Rule Number

41