- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 07:34 AM
Hi,
I wanted to create new role that give access to syslog_transaction table only.
and it users who has this role should be viewing those table in read-only format.
please guide me on this.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 08:11 AM
@nitin51 You can create a table level READ ACL on syslog_transaction table and define your custom role . this will allow user to access the data on read only format.
Let me know if you have any further questions for me.
Thanks,
Harsh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 08:11 AM
@nitin51 You can create a table level READ ACL on syslog_transaction table and define your custom role . this will allow user to access the data on read only format.
Let me know if you have any further questions for me.
Thanks,
Harsh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 08:16 AM
Adding screenshot for your reference.
Hope it will help you.