Resource: Property, Field : HoldActivationDate
Description
When status is in 'hold', HoldActivationDate is required.
Error Messages
1) ERROR, the standard status is 'hold' and the last standard status is not 'hold' and the last entry value is empty, indicate that the field is required.
Fields referenced within this rule
HoldActivationDate
StandardStatus
Syntax with comments and error messages
//[ErrMsg1^ERROR, the standard status is 'hold' and the last standard status is not 'hold' and the last entry value is empty, indicate that the field is required.|LogicBlk1^TRUE]
// The standard status is 'hold' and the last standard status is not 'hold' and the last entry value is empty and the entry is empty.
(/*[LogicBlk1]*/(StandardStatus.IN.('H')).AND..NOT.(LASTStandardStatus.IN.('H')).AND.(.OLDVALUE. = .EMPTY.).AND.(.ENTRY. = .EMPTY.))
Syntax only
((StandardStatus.IN.('H')).AND..NOT.(LASTStandardStatus.IN.('H')).AND.(.OLDVALUE. = .EMPTY.).AND.(.ENTRY. = .EMPTY.))
Rule Unique ID
b8681255-4d46-492b-85f0-8ef0c1b70473
Rule Number
90