Edit recommended fields in CI Class Manager

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 05:20 AM
Hello. Im the CI Class Manager, I need to allow a user with the sn_cmdb_admin role to edit recommended fields for CI Classes, which is not allowed by default:
I tried cretaing new ACLs in the cmdb_recommended_fields table, granting read, write, create and delete access to the sn_cmdb_admin role. With this, the user can create records directly in the cmdb_recommended_fields table, using the New UI Action from the list view. However, the slushbucket in the CI Class Manager does not allow editing.
Does anyone know ehich role would be required to use this slushbucket?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 09:10 AM
Hi @Rafael Pinto : You don't need to create 4 ACL here, by default OOTB only one read operation ACL defined on cmdb_recommended_fields table.
Just add role on existing Read ACL and also create one Write operation type ACL .
e.g. Write Operation ACL , Type as record , Name (Select Table as "cmdb_recommended_fields" ) and column as None
Now user will able to add or remove fields from slush bucket.
Thanks,
Harsh