Cannot edit a field despite ACL allowing the role to create/edit something. Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2022 12:37 AM
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
Here's a view of my ACL
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?
- Labels:
-
Now Platform App Engine
-
Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2022 12:43 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2022 12:44 AM
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
Harish