- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 11:03 AM
hi Team,
I had created a new write acl and list acl on that field level, but still user is not able to able to edit that field.
If I had tried to create a table acl with none or * ,user is able to edit all the fields.
please suggest if any body come across this situation.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 11:53 PM
Hi @rajamusani
then update the second ACL
2)cmdb_hardware_product_model.* and remove abc role and give some other role with user doesn't have
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 11:45 AM - edited 06-13-2025 11:49 AM
Will need more info to troubleshoot your issue. What table are you doing this one, what is the field you are creating the ACL for? In most cases you need a Write ACL for Table.none and table.*/table.field, however there are cases where fields could still be read only.
Also you can use the Access Analyzer to see what ACLs your user is passing/failing
here is a link to the SN docs page about it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 12:17 PM
Hi @rajamusani ,
Please share more information on ACL and table.
Share some screenshot of ACL and user action on record where edit is not working.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 02:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2025 02:24 AM
cmdb_hardware_product_model.u_active
(tablename.fieldname)
even though i had created like above field level acl ,but its not helping to me.
so i had tried to give Write ACL for Table.none and table.*, it is giving access to all fields ,but for my requirement only one field (u_active ) field should be editable on both form way and list view ,because in this table some times they should do bulk modifications.