- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 06:14 AM
Hi All,
I have created new field called " Support model " in hardware table (cmdb_ci_hardware) and also, I have created the new role called " u_cmdb_ci_manager " users having " u_cmdb_ci_manager " role " Support model " field should be editable.
The three main ACLs I've created are:
I'm facing some issues with these ACLs because what those ACLs have now done is made some unnecessary fields editable e.g. the Name field should not be editable.
So, I was just wondering what I'm doing wrong and what I need to do make this field editable and keep the other fields read only.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 11:56 PM
Hi @Sattimsetti raj in that case you need
write level tablename.* ACL to lock all fields and in advance script return false;
and role u_cmdb_ci_manager
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 10:22 PM
user role was: u_cmdb_ci_manager

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 10:28 PM
Hi @Sattimsetti raj is there any scripts which is making the field readonly?
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 10:32 PM
Hi,
NO, its new field I have created.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 10:46 PM - edited 02-28-2024 10:49 PM
Hi @Sattimsetti raj I just tested in PDI, here is what i did,
1.created a new field "Support Mod" on cmdb_ci_hardware table
2.created a new role u_cmdb_ci_manager
3. Assigned user Fred luddy u_cmdb_ci_manager role
4. Created a Write ACL as below
Result:
1. As Fred with u_cmdb_ci_manager role. Field editable
tested as itil user, field not editable
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 11:08 PM
My instance is not working. anything less needs to be check?