Resource: Property, Field : BuyerAgencyCompensationType
Description
When ListingAgreement is not set to open, BuyerAgencyCompensationType is required
Error Messages
1) ERROR, the listing aggreement is not 'open' and the permission access is not of type administrator and buyer agency compensation is not equal to zero , indicate that the field is required.
Fields referenced within this rule
BuyerAgencyCompensation
BuyerAgencyCompensationType
ListingAgreement
Syntax with comments and error messages
//[ErrMsg1^ERROR, the listing aggreement is not 'open' and the permission access is not of type administrator and buyer agency compensation is not equal to zero , indicate that the field is required.|LogicBlk1^TRUE]
// The listing aggreement is not 'open' and the permission access is not of type administrator and buyer agency compensation is not equal to zero.
(/*[LogicBlk1]*/(ListingAgreement != .EMPTY.).AND..NOT.(ListingAgreement.IN.('OP')).AND..NOT.(.USERCLASS..IN.('BANGG','BANGP','BANGQ')).AND.(BuyerAgencyCompensation != 0.000).AND.(.ENTRY. = .EMPTY.))
Syntax only
((ListingAgreement != .EMPTY.).AND..NOT.(ListingAgreement.IN.('OP')).AND..NOT.(.USERCLASS..IN.('BANGG','BANGP','BANGQ')).AND.(BuyerAgencyCompensation != 0.000).AND.(.ENTRY. = .EMPTY.))
Rule Unique ID
ec97f871-d694-45cb-bafa-cc99fb163968
Rule Number
27