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
YuckleYuckle 

Can I make Assignement Rules run?

Is there a way to make Assignement Rules run on existing (not new) cvase records?   We have a situation where exisitng cases that meet a set of criteria are assigned to a queue by workflow.  Is there a way to then re-assign these cases from the queue to various owners using Assignement Rules

hemantgarghemantgarg

I think you can use the apex code to do it , you can update the case records with the DML header .

YuckleYuckle

Thanks.  What I did was convert them to esclation rules.