function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bhagyashree SuryavanshiBhagyashree Suryavanshi 

Challenge Not yet complete... here's what's wrong: The validation rule does not appear to be working correctly. Marking IsEscalated to true and Priority to Medium did not fire the validation rule.

I am unable to complete this
Amit Chaudhary 8Amit Chaudhary 8
Can you please share the screen shot of your validation rule.

Please check below post. I hope that will help you
1) https://developer.salesforce.com/forums/?id=906F0000000MIjCIAW
2) https://developer.salesforce.com/forums/?id=906F0000000AxrrIAC
 
AND(IsEscalated ,OR( 
IsClosed, 
IsClosedOnCreate, 
NOT(ISPICKVAL( Priority , 'High')) 
) )

Let us know if this will help you

Thanks