SET_REQUIRED

Resource: Property, Field : MLSAreaMajor

Description

MLSAreaMajor is required.

Error Messages

1) ERROR, the County or Parish is a valid value of ('LA','RI','SB','OR','SD','IM','SL','SA','VE','KR','LAK', or 'MPA', indicate that the field is required.

Fields referenced within this rule

CountyOrParish 

MLSAreaMajor 

StandardStatus 

Syntax with comments and error messages

//[ErrMsg1^ERROR, the County or Parish is a valid value of ('LA','RI','SB','OR','SD','IM','SL','SA','VE','KR','LAK', or 'MPA', indicate that the field is required.|LogicBlk1^TRUE|LogicBlk2^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.
// the County or Parish is a valid value of ('LA','RI','SB','OR','SD','IM','SL','SA','VE','KR','LAK', or 'MPA' and the entry is empty.
(/*[LogicBlk2]*/(CountyOrParish.IN.('LA','RI','SB','OR','SD','IM','SL','SA','VE','KR','LAK','MPA')).AND.(.ENTRY. = .EMPTY.))

Syntax only

((.ENTRY. != .EMPTY.).OR.(.OLDVALUE. != .EMPTY.).OR.(((LASTStandardStatus = .EMPTY.).OR.(LASTStandardStatus.IN.('I'))).AND.(StandardStatus.IN.('A')))).AND.((CountyOrParish.IN.('LA','RI','SB','OR','SD','IM','SL','SA','VE','KR','LAK','MPA')).AND.(.ENTRY. = .EMPTY.))

Rule Unique ID

879ab2dc-1f12-4338-9c0a-77b65fdf24de

Rule Number

139