Resource: Property, Field : ParcelNumber
Description
When ParcelNumber is invalid, a warning message will appear.
Error Messages
1) WARNING, 'parcel number' cannot be all zeros or nines.
2) WARNING, 'parcel number' is unchanged but action type is 'update'.
Fields referenced within this rule
Syntax with comments and error messages
//[ErrMsg1^WARNING, 'parcel number' cannot be all zeros or nines.|LogicBlk1^TRUE|LogicBlk2^TRUE]
//[ErrMsg2^WARNING, 'parcel number' is unchanged but action type is 'update'.|LogicBlk3^TRUE]
// The 'parcel number' is not empty and is all zeros or all nines or...
(/*[LogicBlk1]*/(.ENTRY. != .EMPTY.)).AND.(/*[LogicBlk2]*/MATCH('^9{8,13}$',.ENTRY.).OR.MATCH('^0{8,13}$',.ENTRY.)).OR.
// the 'parcel number' is a duplicate or...
(/*Needs review - No open w/same Parcel Number */.FALSE.).OR.
// the 'parcel number' has not changed and the action is 'update'.
(/*[LogicBlk3]*/(.OLDVALUE. = .ENTRY.).AND.(.UPDATEACTION..IN.('Change')))
Syntax only
((.ENTRY. != .EMPTY.)).AND.(MATCH('^9{8,13}$',.ENTRY.).OR.MATCH('^0{8,13}$',.ENTRY.)).OR.(.FALSE.).OR.((.OLDVALUE. = .ENTRY.).AND.(.UPDATEACTION..IN.('Change')))
Rule Unique ID
4d3a0d9f-04b3-4f11-a3a1-a81ccddfe3c1
Rule Number
161