SET_REQUIRED

Resource: Property, Field : View

Description

When property type is residential, residential lease and land, View is required.

Error Messages

1) ERROR, the property type is 'residential', 'residential lease', or 'land' and property sub-type is not 'boat-slip' or 'deeded parking', indicate that the field is required.

Fields referenced within this rule

PropertySubType 

PropertyType 

StandardStatus 

View 

Syntax with comments and error messages

//[ErrMsg1^ERROR, the property type is 'residential', 'residential lease', or 'land' and property sub-type is not 'boat-slip' or 'deeded parking', 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 lease', or 'land' and property sub-type is not 'boat-slip' or 'deeded parking' and the entry is empty.
(/*[LogicBlk2]*/(PropertyType.IN.('Resi','Rlse','Land')).AND..NOT.(PropertySubType.IN.('DDPK')).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','Rlse','Land')).AND..NOT.(PropertySubType.IN.('DDPK')).AND.(.ENTRY. = .EMPTY.))

Rule Unique ID

deafc9af-3810-4cde-b72a-a227e11a4f11

Rule Number

211