The Zurich release has arrived! Interested in new features and functionalities? Click here for more

ACL to only write to a table

CV1
Tera Contributor

Hi All,

We have a requirement to  allow a user "test" to be able to only "write" to a staging table . (This user is web access only).

The user should not be able to read,create,delete to the table.

I created a role added the role to user  and added acl to the table with write. This did not work.
Do we need both read and write?  But requirement is the user should not be able to read but only write to thetable.

 

Please advise how to achieve this.

TIA

 

2 REPLIES 2

Vishwa Pandya19
Mega Sage

Hello,

 

Without having read access to the table, the user will not be able to even open the form to fill it.

You will have to give read access.

 

What you can do is give access to some specific fields to the table, this way the user will only have access to the fields which are required on creation of record.

 

If my answer has helped you in any way please mark it as correct or helpful.

CV1
Tera Contributor

Hi,

 

I created a create and write ACL and that solved the issue . However, when I test this payload via postman  to create ticket with that user, the ticket gets created but there is no return that is sent.

 

Please advise why there is no return

TIA