Cannot edit a field despite ACL allowing the role to create/edit something. Please help.

John Clyde Ap_a
Giga Expert

I am impersonating as a user with the necessary role to be able to edit it but I cannot seem to edit certain fields despite giving permissions to my ACL

find_real_file.png

 

Here's a view of my ACL

find_real_file.png

 

All of them have a role that can allow to create and edit. The user I was impersonating already has the role too. What can I do?

find_real_file.png

2 REPLIES 2

Mahak2
Kilo Guru

Hello,

 

Can you please check all the write acls on this field on this table and its parent table,if any?

There must be a acl which is restricting the write access.

Also check the client script on this field.

 

Mark my response as helpful and correct as applicable.

Thanks

Harish KM
Kilo Patron
Kilo Patron

Hi your ACL should be

table.none (to grant table level access)

AND another ACL to grant field level like below

Tablename.field name (Cafe order . short description) 

at present your ACL is on table level 

create one more for field level with same conditions

Regards
Harish