ACCEPT

Resource: Property, Field : TaxTractNumber

Description

TaxTractNumber must be a valid number under 6 characters.

Error Messages

1) ERROR, 'tax tract number' field must be less than or equal to 6 characters when the 'county or parish' field is not VE.
2) ERROR, 'tax tract number' field is invalid for the selected property type.

Fields referenced within this rule

CountyOrParish 

PropertyType 

TaxTractNumber 

Syntax with comments and error messages

//[ErrMsg1^ERROR, 'tax tract number' field must be less than or equal to 6 characters when the 'county or parish' field is not VE.|LogicBlk1^TRUE|LogicBlk2^TRUE|LogicBlk3^FALSE|LogicBlk4^FALSE]
//[ErrMsg2^ERROR, 'tax tract number' field is invalid for the selected property type.|LogicBlk1^TRUE|LogicBlk5^FALSE]IIF((/*[LogicBlk1]*/(.ENTRY. != .EMPTY.).AND.(.ENTRY. != .OLDVALUE.)),((/*[LogicBlk2]*/.NOT.(CountyOrParish.IN.('VE'))).AND.(/*[LogicBlk3]*/STRLEN(.ENTRY.) <= 6).OR.(/*[LogicBlk4]*/CountyOrParish.IN.('VE'))).AND.(/*[LogicBlk5]*/.NOT.PropertyType.IN.('Comm','Clse','Busop','Land')),.TRUE.) /  / ((.NOT.(CountyOrParish.IN.('VE')).AND.(STRLEN(.ENTRY.) <= 6)).OR.(CountyOrParish.IN.('VE'))).OR.(PropertyType.IN.('Comm','Clse','Busop','Land'))

Syntax only

IIF(((.ENTRY. != .EMPTY.).AND.(.ENTRY. != .OLDVALUE.)),((.NOT.(CountyOrParish.IN.('VE'))).AND.(STRLEN(.ENTRY.) <= 6).OR.(CountyOrParish.IN.('VE'))).AND.(.NOT.PropertyType.IN.('Comm','Clse','Busop','Land')),.TRUE.) /  / ((.NOT.(CountyOrParish.IN.('VE')).AND.(STRLEN(.ENTRY.) <= 6)).OR.(CountyOrParish.IN.('VE'))).OR.(PropertyType.IN.('Comm','Clse','Busop','Land'))

Rule Unique ID

662dc6bb-3248-4b96-ab5d-8709cad35eb1

Rule Number

205