Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Case Assignment Rules - How to trigger always
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Case Assignment Rules - How to trigger always
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-05-2013 01:41 AM
Hi.
Is it possible to make assignment rules trigger on every insert/update ? I've made that PL checkbox checked by default, but if I edit a field "in place" (i.e. instead of opening the edit for, just d-click the field in the details page) the rule is not fired.
Can I do this without APEX?
Thanks for the help.
Re: Case Assignment Rules - How to trigger always
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2013 02:49 AM
It would take some work, but depending on your Assignment Rules, you could use Workflow Rules and Field Updates.
Re: Case Assignment Rules - How to trigger always
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2013 02:56 AM
Yes, in the end that's what we did.
Now i wonder what's the purpose of the assignment rules if they are not always triggered, and there is no way to make that happen, when we can acomplish the same results with Workflow Rules.

