SET_REQUIRED

Resource: Property, Field : License1

Description

License1 is required for property type manufactured in park or residential where property sub-type is manfuctured on land.

Error Messages

1) ERROR, the  permission access is not of type administrator and the property type is 'residential' and property sub-type  is 'manufactured on land' or property type is 'manufactured in park' and update action is not equal to 'update' and the old value is empty, indicate that the field is required.

Fields referenced within this rule

License1 

PropertySubType 

PropertyType 

Syntax with comments and error messages

//[ErrMsg1^ERROR, the permission access is not of type administrator and the property type is 'residential' and property sub-type is 'manufactured on land' or property type is 'manufactured in park' and update action is not equal to 'update' and the old value is empty, indicate that the field is required.|LogicBlk1^TRUE]
// The permission access is not of type administrator and the property type is 'residential' and property sub-type is 'manufactured on land' or property type is 'manufactured in park' and...
(/*[LogicBlk1]*/.NOT.(.USERCLASS..IN.('BANGG','BANGP','BANGM','BANGN','BANGQ')).AND.(((PropertyType.IN.('Resi')).AND.(PropertySubType.IN.('MANL'))).OR.(PropertyType.IN.('Manu'))).AND.
// update action is not equal to 'update' and the old value is empty and the entry is empty.
((.UPDATEACTION. != ('UPDATE')).AND.(.OLDVALUE. = .EMPTY.)).AND.(.ENTRY. = .EMPTY.))

Syntax only

(.NOT.(.USERCLASS..IN.('BANGG','BANGP','BANGM','BANGN','BANGQ')).AND.(((PropertyType.IN.('Resi')).AND.(PropertySubType.IN.('MANL'))).OR.(PropertyType.IN.('Manu'))).AND.((.UPDATEACTION. != ('UPDATE')).AND.(.OLDVALUE. = .EMPTY.)).AND.(.ENTRY. = .EMPTY.))

Rule Unique ID

f1531092-f976-46f3-9f05-75bd9bb30035

Rule Number

107