-
How to make checkbox field mandatory when ever the status changes.?
i have written sample validation rule
IF(AND(
ISPICKVAL(Status,”Open”), ISPICKVAL(PRIORVALUE(Status),”Closed”),
(Flag__c = True)))How to make checkbox field mandatory when ever the status changes.?
Log In to reply.