Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

HELP!! Configuration item dictionary is not working

abigailtaba
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