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
Alexander LandmannAlexander Landmann 

I want to modify an case escalation rule. Currently it triggers if the owner is no user. I need to modify it so that it trigger if the owner is not a user or 1 specific queue.

I want to modify an case escalation rule. Currently it triggers if the owner is no user. I need to modify it so that it trigger if the owner is not a user or 1 specific queue.
The escaltion queue currently is as follows:
Run this rule if the following: formula evaluates to true
ISBLANK( Owner:User.Id )

If someone could tell he how to update this I would be thankfull since I am very new to this.