Resource: Property, Field : NewTaxesExpense
Description
When property type is residential income, NewTaxesExpense is required.
Error Messages
1) ERROR, the property type is 'residential income', indicate that the field is required.
Fields referenced within this rule
NewTaxesExpense
PropertyType
StandardStatus
Syntax with comments and error messages
//[ErrMsg1^ERROR, the property type is 'residential income', indicate that the field is required.|LogicBlk1^TRUE|LogicBlk2^TRUE]
// The grandfather clause is met or...
(/*[LogicBlk1]*/(.ENTRY. != .EMPTY.).OR.(.OLDVALUE. != .EMPTY.).OR.((LASTStandardStatus = .EMPTY..OR.LASTStandardStatus.IN.('I')).AND.(StandardStatus.IN.('A')))).AND.
// the property type is 'residential income' and the entry is empty.
(/*[LogicBlk2]*/(PropertyType.IN.('Rinc')).AND.(.ENTRY. = .EMPTY.))
Syntax only
((.ENTRY. != .EMPTY.).OR.(.OLDVALUE. != .EMPTY.).OR.((LASTStandardStatus = .EMPTY..OR.LASTStandardStatus.IN.('I')).AND.(StandardStatus.IN.('A')))).AND.((PropertyType.IN.('Rinc')).AND.(.ENTRY. = .EMPTY.))
Rule Unique ID
9d2a640b-1956-4d8d-ae5f-5b2330fdb102
Rule Number
144