
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 02:52 PM - edited 06-03-2024 02:53 PM
Hello everyone,
I need the user to be able to write in all fields of the record, both at the time of creation and during editing
I've encountered the following problem:
During the creation of a record, a user with a specific role is unable to write to it. However, after the record is created, the user can write to it without any issues.
The role has been granted permissions in the ACL for create, read, and write operations.
What I noticed is that the ACL does not appear at this moment:
Upon inspection in the debugger, the permissions appear to be true:
I've attempted to resolve this by disabling all clients and UI policies, but unfortunately, it didn't resolve the issue.
PS: The application administration feature is active.
Do you have any suggestions on what might be causing this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 02:55 PM
Hi,
In order to write to a new (unsaved) record, there will need to be a "create" ACL. "write" ACLs provide access post-record creation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 05:08 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 02:55 PM
Hi,
In order to write to a new (unsaved) record, there will need to be a "create" ACL. "write" ACLs provide access post-record creation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 02:59 PM - edited 06-03-2024 03:08 PM
Thanks for your reply.
The create ACL is set up, and the role is configured correctly. When the unsaved record is opened, the submit button appears, but I can't fill in the fields

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 03:27 PM
Can you share images of your ACLs. Do you have both table and column level ACLs in place?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 03:51 PM - edited 06-03-2024 03:51 PM