UI Builder Look up Records not working for non-admin user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 05:43 AM
Hi,
I have created a custom ui page in Ui builder and using calendar component. to feed the event data I am using local resource(Look up records) to get the event data from m2m table. It's working for admin user as I can see the events in calendar.
But as non-admin user having canvas_user role try to load the page. Not getting any data from m2m table.
I validated by logging data in console.
There are no ACL written on m2m table to restrict the access.
Thanks & Regards,
Aman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 06:02 AM
How about ACL's on the tables that are connected by the m2m? Those will also be evaluated, since they contain the actual data.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark