How to disable "Learn how to move to Platform Analytics Experience" in dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2024 11:59 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 04:55 AM
Hi,
That banner is set to be visible to users with the following roles: admin, dashboard_admin, report_admin, pa_admin. There isn't a defined system property to toggle it's visibility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 05:27 PM
Thank you for answering.
Where is visible roles information?
If you know this,
Would you tell me URL or Page?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 05:54 AM
Unfortunately this information isn't documented
var canSeeBanner = user.hasRole("admin") || user.hasRole("dashboard_admin") || user.hasRole("report_admin") || user.hasRole("pa_admin");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 06:15 AM
Thanks for this information. Where is the script located for modifications?