ACL Issue field level

rajamusani
Tera Contributor

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.

1 ACCEPTED SOLUTION

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

View solution in original post

7 REPLIES 7

Zach Koch
Giga Sage
Giga Sage

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

Using Access Analyzer 

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

AshishKM
Kilo Patron
Kilo Patron

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

rajamusani_0-1749892822416.png

 

 

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.