You need to sign in to do that
Don't have an account?

Fire Case Assignment Rule
How do I automatically assign a new case using assignment rules?
It seems that only way to run assignment rules is to tick the case assignment checkbox on the new case page. My problem is that I override the new case page and have written my own new case wizard. I insert a number of new cases at the end of my wizard but cannot get the assignment rules to fire for any of them.
I have found details about AssignmetnRuleHeader that can be used through the API to fire rules and want to do something similar in Apex code.
Any ideas?
I need this too. If this is available from the API, I have to believe it's in Apex to. It's just a matter of _how_...