- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
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
3 weeks ago
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
2 weeks ago - last edited 2 weeks ago
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
3 weeks ago
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
2 weeks ago - last edited 2 weeks ago
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: