- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 04:19 AM
Hi All,
I have a requirement where i have to hide the records of "network server" class from Server(cmdb_ci_server) table from list view for all the users, so that they cannot see them in the table and access it.
How can i achieve that?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 01:58 AM
Hi,
You have 2 options to do this.
1. ACL - Create a read ACL for network server class table to allow only admin users to see that.
2. Create a before query business rule. Just check if the logged in user has admin role and if yes, then allow and if not, does not show the records. The security constraint restricted message will not be shown in this case

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 04:24 AM
Hello,
Can you please write an table level ACL to restrict the users for list view.
Regards,
Alok Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 04:38 AM
can you please guide me how to do that?
I want the records with class as "network server" should not be visible to anyone.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 01:23 AM
Hello,
you can specify the read ACL like below and mention the role to allow certain users with this role can view this table with class as "network server".
Regards
Sulabh Garg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022 01:36 AM
i want to hide it from all the users whether it is admin or someone else