SET_REQUIRED

Resource: Property, Field : SubdivisionName

Description

SubdivisionName is required.

Error Messages

1) ERROR, the 'property type' is valid for this field, indicate that the field is required.

Fields referenced within this rule

PropertyType 

StandardStatus 

SubdivisionName 

Syntax with comments and error messages

//[ErrMsg1^ERROR, the 'property type' is valid for this field, indicate that the field is required.|LogicBlk1^TRUE|LogicBlk2^TRUE|LogicBlk3^TRUE|LogicBlk4^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.
// not administrator bypass and...
(/*[LogicBlk2]*/.NOT.(.USERCLASS..IN.('BANGG','BANGP','BANGM','BANGN','BANGQ'))).AND.
// not an invalid property type and...
(/*[LogicBlk3]*/.NOT.(PropertyType.IN.('Comm','Clse','Busop'))).AND.
// valid subdivision name
(/*[LogicBlk4]*/(/*Needs review - When There are Valid Subdivision */.TRUE.).AND.(.ENTRY. = .EMPTY.))

Syntax only

((.ENTRY. != .EMPTY.).OR.(.OLDVALUE. != .EMPTY.).OR.((LASTStandardStatus = .EMPTY..OR.LASTStandardStatus.IN.('I')).AND.(StandardStatus.IN.('A')))).AND.(.NOT.(.USERCLASS..IN.('BANGG','BANGP','BANGM','BANGN','BANGQ'))).AND.(.NOT.(PropertyType.IN.('Comm','Clse','Busop'))).AND.((.TRUE.).AND.(.ENTRY. = .EMPTY.))

Rule Unique ID

86d3d3e2-588b-43a3-8d4a-759db2f283b6

Rule Number

200