Resource: Property, Field : AssociationFee
Description
When AssociationYN is set to YES, AssociationFee is required. This rule only applies to Residential.
Error Messages
1) ERROR, the property type is 'residential' and has Association is true, the entry cannot be empty.
Fields referenced within this rule
AssociationFee
AssociationYN
PropertyType
Syntax with comments and error messages
//[ErrMsg1^ERROR, the property type is 'residential' and has Association is true, the entry cannot be empty.|LogicBlk1^TRUE]
// Property type is 'residential' and has Association is true and the entry is empty.
(/*[LogicBlk1]*/(PropertyType.IN.('Resi')).AND.(AssociationYN = .TRUE.).AND.(.ENTRY. = .EMPTY.))
Syntax only
((PropertyType.IN.('Resi')).AND.(AssociationYN = .TRUE.).AND.(.ENTRY. = .EMPTY.))
Rule Unique ID
e0df5a81-a2ed-440a-909f-9eac1aa43576
Rule Number
5