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.

Disable view "Default" from specific CI class

AdamUMC
Tera Guru

Hi there,

I have a CI class with two "default" views;
- View "Default"
- View "Default view"

Which one of these is the real/original default view, and how to disable the other one, only for this CI class ("cmdb_ci_win_cluster")?

AdamUMC_0-1765817906609.png


Any idea how to do this properly?

Thanks in advance and best regards!

1 ACCEPTED SOLUTION

Brad Bowman
Mega Patron

"Default view" is the out of box one.  If you want to remove one, go to System UI > Views in the left nav and open the record with this Title.  In the Form Sections related list, delete the record where Table = cmdb_ci_win_cluster. 

View solution in original post

6 REPLIES 6

Brad Bowman
Mega Patron

"Default view" is the out of box one.  If you want to remove one, go to System UI > Views in the left nav and open the record with this Title.  In the Form Sections related list, delete the record where Table = cmdb_ci_win_cluster. 

Unfortunately, after deletion the same view returns as soon as someone opens a Windows Cluster CI.

Check View Rules in the left nav to see if you have a record that is referencing this, or an onLoad Client Script or display Business Rule that could be creating the view.

Thanks! Will take a look soon.