SET_REQUIRED

Resource: Property, Field : BedroomsTotal

Description

BedroomsTotal is required for residential, residential lease and manufactured in park. Not required for boat slip or deeded park.

Error Messages

1) ERROR,  the property type is 'Residential', 'Residential Lease', or 'Manufactured' and the property subtype is valid, the 'Bedrooms Total' requires a value, indicate that the field is required.

Fields referenced within this rule

BedroomsTotal 

PropertySubType 

PropertyType 

Syntax with comments and error messages

//[ErrMsg1^ERROR, the property type is 'Residential', 'Residential Lease', or 'Manufactured' and the property subtype is valid, the 'Bedrooms Total' requires a value, indicate that the field is required.|LogicBlk1^TRUE]
// The property type is 'residential', 'residential lease', or Manufactured in park', and the property sub-type is not of type 'boat slip' or 'deeded parking' and the entry is empty.
(/*[LogicBlk1]*/(PropertyType.IN.('Resi','Rlse','Manu')).AND.(.NOT.(PropertySubType.IN.('BSLP','DDPK'))).AND.(.ENTRY. = .EMPTY.))

Syntax only

((PropertyType.IN.('Resi','Rlse','Manu')).AND.(.NOT.(PropertySubType.IN.('BSLP','DDPK'))).AND.(.ENTRY. = .EMPTY.))

Rule Unique ID

b22570c8-5cd0-4578-96cc-a07658fbc160

Rule Number

21