I Want to show the list of principal class CI's in the configuration item field in incident, change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2025 02:27 AM
I want to show the list of principal class ci's present the cmdb_ci.list in incident and change request forms in configuration item field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2025 02:56 AM
Hi,
OOTB you can use the following reference qualifier to filter your configuration item reference field to only show principal class CIs
javascript:new TaskUtils().getConfigurationItemFilter(current);
In addition, the following system property will need to have the incident and change_request table addded (if not already there) so the filtering is enabled
- com.snc.task.principal_class_filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2025 04:44 AM
Hi @Kieran Anson ,
I have already created the system property and also added the above code in reference qualifier. But it is not working.
Regards,
Ravichandra G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2025 04:47 AM
Can you share a screenshot of your configuration? Note, this will need to be done within the dictionary override as the cmdb_ci field is on the task table and will likely already be overridden on child tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2025 05:03 AM
Here the screen shot
