Write ACL is not working properly

Flavio Tiezzi
Kilo Sage

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:

 

FlavioTiezzi_1-1717451344449.png

 

Upon inspection in the debugger, the permissions appear to be true:

FlavioTiezzi_0-1717451323876.png

 

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?

2 ACCEPTED SOLUTIONS

Kieran Anson
Kilo Patron

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

View solution in original post

Flavio Tiezzi
Kilo Sage

I created a field-level create ACL and now it's working

View solution in original post

5 REPLIES 5

Kieran Anson
Kilo Patron

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

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

 

FlavioTiezzi_0-1717451950550.png

 

 

 

Can you share images of your ACLs. Do you have both table and column level ACLs in place?

There are only 4 ACLs created at the table level: Create, Read, Delete and Write