AssignmentRule
Defines rules for automatically assigning leads and cases to the appropriate owners.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the assignment rule. | |
| Name | String | Name of the assignment rule, typically used for identification within the UI or automation. | |
| SobjectType | String | The type of Salesforce object (such as Case or Lead) that this rule applies to. | |
| Active | Bool | Indicates whether the assignment rule is currently active. | |
| CreatedById | String |
User.Id | ID of the user who created the assignment rule. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the assignment rule. |
| LastModifiedDate | Datetime | Date and time when the assignment rule was last updated. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | System-generated timestamp representing the last modification of the rule, used for record tracking. | |
| CreatedDate | Datetime | Date and time when the assignment rule was created. |