SET_REQUIRED

Resource: Property, Field : YearBuiltSource

Description

YearBuiltSource Is required.

Error Messages

1) ERROR, the property type is 'residential', 'residential income', 'residential lease', or 'manufactured in park', indicate that the field is required.

Fields referenced within this rule

PropertyType 

StandardStatus 

YearBuiltSource 

Syntax with comments and error messages

//[ErrMsg1^ERROR, the property type is 'residential', 'residential income', 'residential lease', or 'manufactured in park', 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', 'residential income', 'residential lease', or 'manufactured in park' and the entry is empty.
(/*[LogicBlk2]*/(PropertyType.IN.('Resi','Rinc','Rlse','Manu')).AND.(.ENTRY. = .EMPTY.))

Syntax only

((.ENTRY. != .EMPTY.).OR.(.OLDVALUE. != .EMPTY.).OR.((LASTStandardStatus = .EMPTY..OR.LASTStandardStatus.IN.('I')).AND.(StandardStatus.IN.('A')))).AND.((PropertyType.IN.('Resi','Rinc','Rlse','Manu')).AND.(.ENTRY. = .EMPTY.))

Rule Unique ID

6e3b30a0-288a-4b96-b480-04f97fa0bdf3

Rule Number

218