Edit recommended fields in CI Class Manager

Rafael Pinto
Tera Contributor

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:

cicm.png

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.

1 REPLY 1

Harsh Vardhan
Giga Patron

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