HELP!! Configuration item dictionary is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 07:01 AM - edited 10-31-2023 11:32 AM
I need to remove all the business applications from the CI field, but is not working.
javascript: (current.sys_class_name == 'cmdb_ci_batch_job' || current.sys_class_name == 'cmdb_ci_business_app') ? '' : ['incident', 'problem'].indexOf(current.sys_class_name + '') == -1 ? '' : 'operational_statusNOT IN' + new OpsStatusFilter('cmdb_ci').by('CreateTask').join()
Here is the code but when I look the business application records are showing under the configuration item.
I also tried instead of "cmdb_ci_batch_job" with Business Applications and cmdb_ci_batch_job.Business Applications but is not working