--- tags: - change management alias: changesetapprovalcontext-st description: "Defines the approval context for a change set, including role and workflow details" --- # 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: 1. EntityType, EntityTypeType 2. EntityType !!! info The value provided for EntityType must match the definition in [Entity Types](../../entity_types.md). As a quick example: | Entity Type Name | Incorrect | Correct | | ------------------- | :----------------: | :---------------: | | **DataCollection** | `Data Collection` | `DataCollection` | | **MaintenancePlan** | `Maintenance Plan` | `MaintenancePlan` | Table: Entity Type name definition