AssignmentRule
Defines rules for automatically assigning leads and cases to the appropriate owners.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the assignment rule. | |
| Name | String | True |
Name of the assignment rule, typically used for identification within the UI or automation. | |
| SobjectType | String | True |
The type of Salesforce object (such as Case or Lead) that this rule applies to. | |
| Active | Boolean | True |
Indicates whether the assignment rule is currently active. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the assignment rule. |
| CreatedDate | Datetime | True |
Date and time when the assignment rule was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the assignment rule. |
| LastModifiedDate | Datetime | True |
Date and time when the assignment rule was last updated. | |
| SystemModstamp | Datetime | True |
System-generated timestamp representing the last modification of the rule, used for record tracking. |