Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Issue with Accessing Workspace Dashboard Reports and List for Non-Admin Users

NimalKumar
Tera Contributor

I have set up a custom application with the workspace experience in App Engine. I enabled the application administration checkbox to restrict access to application users only.

As a non-application administrator user, I cannot view the workspace dashboard reports and list. However, when I disable the application administration, I can view the reports and list. I have validated all the ACLs and list applicability.

I have attached a screenshot. Please let me know if you have any workaround for this issue.

6 REPLIES 6

Alliv
Tera Contributor

For anyone having same issue i found a solution building upon @Fabio Fernandes solution for the lists.
you need to also make explicit ACL rules for PAR_dashboard tables - such that your agent users have read access to these tables. I gave my agents read access to the following tables: par_dashboard_canvas, par_dashboard_tab, par_dashboard, sys_ux_list, sys_ux_list_category

It is correct. I did not have to create in those table because I had done previously and my main issue was with the lists.

just one thing, for the par_dashboard_tab acl I am validating if the user can read the dashboard.