List Menu Ui Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2022 12:58 PM
Hi,
I've tried to add the following component in my app with UI builder : List menu.
It works with my admin role but with a non admin user it doesn't. I don't see the tree structure (see picture).
ACL rules have been checked and a non admin user has access to normal list (without list menu component).
Can you please help me ?
thanks in advance
STA
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2022 01:35 PM
Hi there,
Have you tried using the debug tools? If you search "debug" in the filter navigator and enable all, a window will pop up and provide a log. Once the log is running, impersonate the user and see if you can find any ACLs, business rules, or scripts that might be preventing visibility. This should help provide some insight into the issue.
Regards,
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2022 01:47 AM
Hi,
Thanks for your answer.
I did a debug security. It mentionned red flag (see image) on sys_ux_appconfig.
I added the 2 roles (ui builder admin & sn_ui_builder.dashboard_admin) to my impersonate user.
It still didn't work. I tried once again debug after adding roles and there are no more conflicts in log.
STA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 03:32 PM
For anyone still having this issue:
You need to set list applicability for each of the lists. Go to the List Applicability table (sys_ux_applicability_m2m_list) and create a new record for each list you want non-admin users to see.
Based on the fields you need to fill in, it is basically like assigning an audience to each list.
Not sure why it isn't linked anywhere in UI Builder. I've seen a link in some older UI Builder tutorials I've watched, but for some reason they aren't there when I use it myself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 02:34 AM
First of all you've to add following role to user : sn_canvas_user
Regards
STA