- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2019 11:57 AM
I have the following code snippet, and I would like someone who is kind enough to explain to me what it does:
javascript: 'sys_class_name!=cmdb_ci_network_adapter^sys_class_name!=cmdb_ci_spkg^operational_statusNOT IN' + new OpsStatusFilter('cmdb_ci').by('CreateChange').join()
Here is how I have interpreted it so far:
if the class name is not 'cmdb_ci_network_adapter' and the class name is not 'cmdb_ci_spkg'....
I don't understand what this part means:
operational_statusNOT IN' + new OpsStatusFilter('cmdb_ci').by('CreateChange').join()
Please be kind enough to explain to me what this part means. Thank you.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2019 12:09 PM
basically, If your class does not exist in the cmdb ci network adapter table and does not equal the operational status that is being filtered, it will create a new one (OpsStatusFilter)
the plus sign means to concatenate (join to together) or for better terms .. "add to"
I hope this helps 🙂 good luck

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2019 12:09 PM
basically, If your class does not exist in the cmdb ci network adapter table and does not equal the operational status that is being filtered, it will create a new one (OpsStatusFilter)
the plus sign means to concatenate (join to together) or for better terms .. "add to"
I hope this helps 🙂 good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2019 01:22 PM
Additional/Related Question:
I encountered the aforementioned Dictionary Entry Override when trying to determine why some Configuration Items are not available on the Create New Change form.
Is it possible to determine if this override is an out-of-the-box configuration? And, what would be the hazard in disabling it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2021 01:00 AM
Hi crystalrforbes,
Did you get any solution for this I have same thought in my mind, if we disable this OOB functionality does it get any effect the platform
please provide me the response if you have already knew it
Thanks