Assistance Needed for Granting Edit Access on New CMDB Fields
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024 01:55 AM
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:
Could anyone please assist me with this?
Thank you!
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024 05:49 AM
- check if any roles or other conditions mentioned in ACL.
- check if any other ACL is granting access.
- try adding an return false for non group members case.