Represents an assignment rule associated with a Case or Lead.
Supported Calls
describeSObjects(), query(), retrieve()
Special Access Rules
- This object is read only. Assignment rules are created, configured,
and deleted in the user interface.
- Customer Portal users can’t access this object.
Fields
| Active
|
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates whether this assignment rule is active (true) or not (false).
|
| Name
|
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Name of this assignment rule.
|
| SobjectType
|
- Type
- picklist
- Properties
- Filter, Group, Nillable, Restricted picklist, Sort
- Description
- Type of assignment rule—Case or Lead.
|
Usage
Before creating or updating a new Case or Lead, a client application can query (by name) the AssignmentRule to obtain the ID of the assignment rule to use, and then assigned
that ID to the assignmentRuleId field of the AssignmentRuleHeader. For more information, see AssignmentRuleHeader.