HELP!! Configuration item dictionary is not working

Abigail
Tera Expert

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

0 REPLIES 0