Thank you.
답변 4개
Hi Nashila,
AND(
DateValue(LastModifiedDate) >= Date(2021, 06,04 ),
TEXT( Status )='Rejected',
ISCHANGED( Status ),
ISBLANK( Lead_Rejection_Reason__c ) )
should be syntactically correct. Although Date check is not needed as validation rule is triggered only on record save. So Old records can still be as-is. Also, hardcoding values are not always advisable.