SET_REQUIRED

Resource: Property, Field : ProfessionalManagementExpense

Description

ProffesionalManagementExpense is required for residential income where the number of total units is greater than 5.

Error Messages

1) ERROR, the property type is 'residential income' and the number of units total is greater than or equal to 5, indicate that the field is required.

Fields referenced within this rule

NumberOfUnitsTotal 

ProfessionalManagementExpense 

PropertyType 

StandardStatus 

Syntax with comments and error messages

//[ErrMsg1^ERROR, the property type is 'residential income' and the number of units total is greater than or equal to 5, 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 number of units total is greater than or equal to 5 and the entry is empty.
(/*[LogicBlk2]*/(PropertyType.IN.('Rinc')).AND.(NumberOfUnitsTotal >= 5).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.(NumberOfUnitsTotal >= 5).AND.(.ENTRY. = .EMPTY.))

Rule Unique ID

57e38ae0-6479-466e-9d6e-ba460ad095c8

Rule Number

174