- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2025 12:20 AM
Hi,
I want to modify reference qualifier in dictionary override (sys_dictionary_override) to display CI values
* Base table = task, Table = incident, Column name: cmdb_ci
Replace reference qualifier value with this encoded query: operational_status!=6
THanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2025 12:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2025 12:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2025 12:46 AM
Hello @BanuMahalakshmi ,
To update the dictionary override for the cmdb_ci column on the Incident table, please follow these steps:
Navigate to the sys_dictionary table and open the record for the cmdb_ci column.
In the Related Lists, locate the Dictionary Overrides section.
Open the override record for the Incident table. If it doesn’t exist, create a new one.
Enable Override Reference Qualifier and update the Reference Qualifier field with the following value:operational_status != 6
Please find the attached screenshot for reference.
Please mark this as the correct answer and helpful if it is resolved, or mark this helpful if this helps you to reach towards solution.
Thanks,
Sunny R