Assistance Needed for Granting Edit Access on New CMDB Fields

Community Alums
Not applicable

Hi everyone,

I have recently created 10 new fields in the cmdb_ci_appl table, and I need to provide edit/write access to users who are members of a newly created group.

I’ve implemented the following code, and it works as expected for certain users, such as admin and ecmdb_admins. However, I’m having issues getting it to work for the group members.

 

I am using field level acl here, previously I tried with table level ACL, but its not worked that's why tried field level ACL. Please suggest best practice as well if possible.

FYR:

Amit136581_0-1732269234940.png

 

Could anyone please assist me with this?

Thank you!

1 REPLY 1

SumanthDosapati
Mega Sage
Mega Sage
  1. check if any roles or other conditions mentioned in ACL.
  2. check if any other ACL is granting access.
  3. try adding an return false for non group members case.