- 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-14-2025 11:34 PM
Hi Team,
I want a custom role 'abc' members can update the active field (u_active,custom) on Hardware Models (cmdb_product_hardware_models) table
I have created the below write ACLs... but no luck
1)cmdb_hardware_product_model.--None--- given 'abc' role
2)cmdb_hardware_product_model.* given 'abc'role
3)cmdb_hardware_product_model.u_active given 'abc' role
once i have configured these ACL's the user is able to update all the fields in hardware model table. But for my requirement, just need "u_active" field alone should be able to update.
- 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-15-2025 01:00 AM
Thank you very much for your quick response ,it is helped for my requirement.