write access on custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2023 02:27 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2023 02:31 AM - edited ‎01-20-2023 03:43 AM
Setup CRUD ACLS for the table, where you can have create write ACL as admin in Requires role.
If you want to it to be open for the roles, and have an ACL for read with snc_internal role.
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2023 02:32 AM
You need to create an write ACL on the custom table
Navigate to user menu
Elevate previlege
Navigate to ACL
Create ACL
Operation : record
type : write
table : custom.none
role : admin
Before this you need to provide read access for that as well create an read ACL
Operation : record
type : read
table : custom.none
role : no role needed
Let me know if you need more help
Please mark correct if my response has solved your query.
Cheers,
Mohammed Basheer Ahmed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2023 02:41 AM
Hi Rajesh,
You have to create read and write acl for the new custom table.
In write acl specify admin roles in roles section so only admin users can edits records of the table.
Create another read acl,in the roles section add role which should have read access to the data.
Thanks,
Manjusha Bangale