ResourceDocumentContext#
Description#
Used to resolve the Documents to be shown for a Resource Context.
Fields#
The ResourceDocumentContext table has the following fields:
| Field | Description | Key | Mandatory | Comments |
|---|---|---|---|---|
| Resource | Resource | Yes | No | |
| ResourceType | ResourceType | Yes | No | |
| Model | Model | Yes | No | |
| StateTransition | StateTransition | Yes | No | Values are taken from the ResourceChartStateTransitions lookup table. |
| Document | Document | No | No | |
| DocumentGroup | DocumentGroup | No | No |
Table: ResourceDocumentContext fields
Info
One and only one of these values must be defined.
Precedence Keys#
The search precedence rules are the following:
- Resource, StateTransition
- ResourceType, StateTransition
- Model, StateTransition
- Resource
- ResourceType
- Model
Info
Multiple values are possible for the same keys. Also, when looking for the Documents for a particular Resource context, all matching Documents (or Documents with matching Document Groups) for all precedence keys are returned.