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
Mike ChandlerMike Chandler 

Building workflow rules to update fields on a case when escalation rules fire

I want to add a workflow rule on Cases to update a field when an Escalation Rule fires. However, I'm finding that "IsEscalated" is set to TRUE when the Case goes into escalation monitoring which is before the Escalation Rule Action actually fires. With that said, is there a good way to accomplish my goal?
Anthony McDougaldAnthony McDougald
Hello Developer,
Your best bet is to use the criteria are met rather than a formula, Select Case: Escalated, and set it to equals true. After, set an immediate action to update a field. Save, activate and test. Thank you and let us know how it turns out. Have a blessed day.
User-added image
Best Regards,
Anthony McDougald