Resource: Property, Field : StructureType
Description
StructureType is required for residential and residential lease.
Error Messages
1) ERROR, the 'property type' is 'residential' or 'residential lease', indicate that the field is required.
Fields referenced within this rule
PropertyType
StandardStatus
StructureType
Syntax with comments and error messages
//[ErrMsg1^ERROR, the 'property type' is 'residential' or 'residential lease', 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' or 'residential lease' and entry is empty.
(/*[LogicBlk2]*/(PropertyType.IN.('Resi','Rlse')).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')).AND.(.ENTRY. = .EMPTY.))
Rule Unique ID
d41f533f-8bfa-48f6-aa3b-cf28cb0e0596
Rule Number
198