Case Tag Restrictions
Tag restrictions allow you to control which values are available for one tag type based on the selected value of another tag type. This enables conditional logic between tag types — for example, restricting which Case Outcomes are valid for a given Case Type.
To manage tag restrictions, a user must be either a library administrator or a global administrator.
Overview
Section titled “Overview”A restriction defines a relationship between two tag types:
- Restricted tag type — the tag type whose available values are filtered.
- Reference tag type — the tag type whose current value determines the filtering.
When a restriction is active, the values available in the restricted tag type are limited based on what has been mapped to the current value of the reference tag type.
Restriction Type: Only Allow
Section titled “Restriction Type: Only Allow”Restrictions use an Only Allow model. For each value of the reference tag type, you define which values of the restricted tag type are permitted. Values not mapped to a reference value are not available when that reference value is selected.
For example, if Case Outcome is restricted by Case Type:
- When Case Type is Fraud, only outcomes Substantiated, Unsubstantiated, and Referred might be allowed.
- When Case Type is Policy Violation, only outcomes Substantiated and No Action might be allowed.
If a case does not have the reference tag type assigned, no filtering is applied and all values remain available.
Managing Restrictions
Section titled “Managing Restrictions”Creating a Restriction
Section titled “Creating a Restriction”- Navigate to the Case Tag Restrictions configuration screen.
- Select Create New to begin.
- Choose the restricted tag type — the tag type whose values will be filtered.
- Choose the reference tag type — the tag type that controls the filtering.
- The mapping editor opens for you to define the value mappings.
Editing a Restriction
Section titled “Editing a Restriction”Select an existing restriction from the list to open it in the mapping editor. Modify the value mappings as needed, then save.
Deleting a Restriction
Section titled “Deleting a Restriction”Select the restriction and use the delete option. Removing a restriction means the restricted tag type’s values will no longer be filtered by the reference tag type.
Mapping Editor
Section titled “Mapping Editor”The mapping editor provides a visual interface for defining which restricted values are allowed for each reference value.
- Reference values (the controlling tag type’s values) are listed on the left.
- Restricted values (the filtered tag type’s values) are available as chips that can be dragged onto each reference value.
To map values:
- Drag a restricted value chip onto a reference value to indicate it is allowed when that reference value is selected.
- Remove a chip from a reference value to disallow it for that selection.
- A restricted value can be mapped to multiple reference values (it will be available whenever any of those reference values are active).
Practical Example
Section titled “Practical Example”A common use of restrictions is limiting Case Outcome values based on Case Type:
| Case Type | Allowed Outcomes |
|---|---|
| Fraud | Substantiated, Unsubstantiated, Referred to Law Enforcement |
| Policy Violation | Substantiated, No Action Required |
| Misconduct | Substantiated, Unsubstantiated, Disciplinary Action |
This ensures that when a case is closed, only contextually appropriate outcomes are presented to the user.