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
insanedukeposseinsanedukeposse 

assignment rules for custom objects?

Is there such a thing as "assignment rules" for custom objects?

 

I have a custom object that requires an assignment rule no differently than a lead or case would. As far as I know, custom objects do not have assignment rules. The interesting thing is that in the system log it LOOKS like the platform is aware that there could be assignment rules for every oject, they just haven't been exposed. The first thing that starts evaluating in the log below is the workflow rule.

 

Why would an assignment rule be preferable in this case? Assignment rules stop evaluating after the first rule is found to evaluate  to true. In workflow rules, you can have rules that step all over each (unless you are very, very careful, or somebody know how to stop the evaluation of a rules after one hits)

 

16:57:17 DEBUG -
*** Beginning Workflow Evaluation
User: XXXXX
Start Time: 20090519235719.529
Starting All Rules Evaluation
Starting evaluation of rule type Assignment
Starting evaluation of rule type Response
Starting evaluation of rule type Workflow

[CustomObject: RecordName a016000000xxxxx]
Rule Name: Assignment: NA 2

werewolfwerewolf
No, at the moment there are no assignment rules or other such sequential workflow available for custom objects.