- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2026 12:10 PM - edited ‎06-03-2026 12:12 PM
Hi team,
In the CMDB Workspace, we created a Certification Policy for the Business Application table to validate certain attributes, including the Department field.
As per the requirement, when a user edits a record (cmdb workspace) and changes the Department, the lookup list should only show:
- Departments whose name starts with "IT", and
- Departments where the ID is not empty
I tried adding a reference qualifier on the Department field by overriding it on the Business Application table:
However, this works only at the form level and does not work in the CMDB Workspace.
Any suggestion how we can filter the department record in cmdb workspace with help of reference qualifier or anyother way? As end user cannot filter the record using Filter option in the List
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2026 04:39 AM
Go to UI builder, find the component and add the qualifier there. This is not using the same form.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2026 03:50 AM - edited ‎06-09-2026 03:51 AM
Reference Qualifier solution worked later on:
Configure: Department Attribute
Open the record
Go to Dictionary Override
(If table is already there then Open the record. Else you need to create the record)
Open the record:
Add reference qualifier: 'nameSTARTSWITHIT^idISNOTEMPTY
Output:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2026 04:39 AM
Go to UI builder, find the component and add the qualifier there. This is not using the same form.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2026 03:50 AM - edited ‎06-09-2026 03:51 AM
Reference Qualifier solution worked later on:
Configure: Department Attribute
Open the record
Go to Dictionary Override
(If table is already there then Open the record. Else you need to create the record)
Open the record:
Add reference qualifier: 'nameSTARTSWITHIT^idISNOTEMPTY
Output: