Resource: Property, Field : TaxLot
Description
TaxLot is required, dependent on county or parish.
Error Messages
1) ERROR, the property type is 'residential', 'residential income', 'residential lease', 'land' or 'manufactured in park' and count or parish is valid, indicate that the field is required.
Fields referenced within this rule
CountyOrParish
PropertyType
StandardStatus
TaxLot
Syntax with comments and error messages
//[ErrMsg1^ERROR, the property type is 'residential', 'residential income', 'residential lease', 'land' or 'manufactured in park' and count or parish is valid, indicate that the field is required.|LogicBlk1^TRUE|LogicBlk2^TRUE|LogicBlk3^TRUE]
// The grandfather clause is met and...
(/*[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.
// the property type is 'residential', 'residential income', 'residential lease', or 'manufactured in park' and county or parish is valid and the entry is empty.
(/*[LogicBlk3]*/(PropertyType.IN.('Resi','Rinc','Rlse','Manu')).AND.(CountyOrParish.IN.('LA','RI','SB','OR','SD','IM','VE','KR')).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.((PropertyType.IN.('Resi','Rinc','Rlse','Manu')).AND.(CountyOrParish.IN.('LA','RI','SB','OR','SD','IM','VE','KR')).AND.(.ENTRY. = .EMPTY.))
Rule Unique ID
51338240-f0a1-4f37-ba89-0d7468f319d8
Rule Number
203