ChangeSetApprovalContext#
Description#
Used to resolve a specific change set approval workflow or approval role
Fields#
The ChangeSetApprovalContext table has the following fields:
| Field | Description | Key | Mandatory | Comments |
|---|---|---|---|---|
| EntityType | The Entity Type name | Yes | Yes | |
| EntityTypeType | The Entity Type type | Yes | No | |
| ApprovalRole | The approval role for the ChangeSet | No | No | |
| ApprovalWorkflow | The approval workflow for the ChangeSet | No | No |
Table: ChangeSetApprovalContext fields
Precedence Keys#
The search precedence rules are the following:
- EntityType, EntityTypeType
- EntityType
Info
The value provided for EntityType must match the definition in Entity Types. As a quick example:
| Entity Type Name | Incorrect | Correct |
|---|---|---|
| DataCollection | Data Collection | DataCollection |
| MaintenancePlan | Maintenance Plan | MaintenancePlan |
Table: Entity Type name definition