Two different number of records showing while applying the same reference qualifier
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 09:36 AM
Hi there,
In configuration item dictionary override, I added the reference qualifier which mentioned below in incident table and copy paste the same in catalog task(sc_task) table. But there was difference in number of records. could anyone please tell me how to overcome this?
javascript:new TaskUtils().getConfigurationItemFilter(current) + '^sys_class_name!=cmdb_ci_service_technical' ;
Thanks in advance!
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:19 PM
Hi Deva,
The script include being called. OOB the following occurs:
For incidents, the filter includes the following additions
- Don't include service offerings
- and operational status is not in retired
Otherwise the base filter is a principal class filter (if principal classes are being used).