--- alias: resourcechecklistcontext-st description: "Defines context-specific checklist data, including resource type and transition state" --- # ResourceChecklistContext ## Description Used to resolve the Checklist for the specific Resource context ## Fields The **ResourceChecklistContext** table has the following fields: | Field | Description | Key | Mandatory | Comments | | --- | ----- | -- | -- | ---- | | **Resource** | Name of the resource | Yes | No | | | **ResourceType** | Name of the ResourceType | Yes | No | not to be confused with the *Type* property of the **Resource** | | **Model** | Name of the Model | Yes | No | | | **StateTransition** | StateTransition Name | Yes | Yes | Values are taken from the [ResourceChartStateTransitions](../lookup-tables/resourcechartstatetransitions.md) lookup table.| | **Checklist** | Name of the checklist | No | Yes | | Table: ResourceChecklistContext fields !!! info Even though **Resource**, *Resource Type* and Model are listed as optional, one of them and only one of them must be defined for each data collection context row. ## Precedence Keys The search precedence rules are the following: 1. Resource, StateTransition 2. ResourceType, StateTransition 3. Model, StateTransition