How to limit the exposure of data on the dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 12:28 AM
Hi Team,
Could you please help me on below requirement
I need to implement the below requirement, which is related to the dashboard.
I created one dashboard that includes vendor data, which can be seen by both my organization's users and vendors. however, my requirement is that vendors only have access to their information within the dashboard, and they shouldn't access other vendor data.
Thanks ,
Sasipriya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 02:08 AM
Write ACLs at the table level itself so that even though other vendors looks at table level as well it will not visible.
You need to identify the parameter for knwoing the logged in user is vendor or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 02:09 AM
Create ACL's for vendors to only see the data where 'vendor is dynamic me'.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark