BusinessProcess
Represents a business process, such as lead or case management, defining different record paths.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the business process record. | |
| Name | String | False |
Name of the business process used to distinguish it from others. | |
| NamespacePrefix | String | True |
Namespace prefix associated with the business process, typically used in managed packages. | |
| Description | String | False |
Text description providing details about the business process. | |
| TableEnumOrId | String | False |
API name or ID of the object (such as Opportunity or Case) the business process is associated with. | |
| IsActive | Bool | False |
Indicates whether the business process is currently active. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the business process. |
| CreatedDate | Datetime | True |
Date and time when the business process was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the business process. |
| SOQL | String | False |
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 | False |
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 | False |
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 | True |
Timestamp used by the system to track the last modification for data replication. | |
| LastModifiedDate | Datetime | True |
Date and time when the business process was last updated. |