- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2022 11:40 AM
Hello Team,
I want to restrict all users (Except Admin) to create New CI (Configuration Item). Basically I want to Hide New button for all users except Admin.
How do I achieve this functionality?
Please help me out.
Thanks,
VM
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2022 11:51 AM
Hi,
This could be done by changing the ACL that grants rights to create cmdb_ci records, to only be allowed by users with the admin role, or whatever your requirements state.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2022 11:51 AM
Hi,
This could be done by changing the ACL that grants rights to create cmdb_ci records, to only be allowed by users with the admin role, or whatever your requirements state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2022 12:59 PM
Thanks OlaN for our quick response.
Thanks.