ACL to only write to a table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 09:57 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 10:03 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 11:16 AM
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