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

Force Case Assignment Rules to Fire
I'm working with the Plone <-> Salesforce.com integration and creating cases from my website. I'm not using web-to-case, just using the API to create Cases and the Related Contact and Account.
Is there any way to fire the default Case Assignment rule when a Case is created via the API? Seems like there are two ways to fire the rules:
Thanks,
Steve
Is there any way to fire the default Case Assignment rule when a Case is created via the API? Seems like there are two ways to fire the rules:
- Create the Case via web-to-lead
- Create the case in the UI, and check the Assignment Rule checkbox
Thanks,
Steve
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_header_assignmentruleheader.htm#kanchor423
We've got a form builder that can create arbitrary objects from a website, so I think mucking with the header isn't going to meet my need.
I've voted up an idea for allowing workflow do force recalc:
http://ideas.salesforce.com/article/show/91287/Run_Assignment_Rules_as_an_option_in_Workflow_Actions
Sure would be nice to be able to force assignment either via a data change on the Case or via Workflow or Apex.
Steve
Thank you werewolf i followed your url to info on assignmentruleid. Thats what I needed thanks much.
Thanks for the examples. I've been using the Messaging.InboundEmailHandler to create my own email-to-case functionality and was struggling to figure out how to get the assignment rules to file. This worked for me!