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 | Boolean | True |
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. |
| LastModifiedDate | Datetime | True |
Date and time when the business process was last updated. | |
| SystemModstamp | Datetime | True |
Timestamp used by the system to track the last modification for data replication. |