How to disable "Learn how to move to Platform Analytics Experience" in dashboard

Teeestuser
Tera Contributor

Version:Washington DC

 

Please tell me how to achieve the following.

・How to disable "Learn how to move to Platform Analytics Experience" in dashboard

5 REPLIES 5

Kieran Anson
Kilo Patron

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 

Thank you for answering.

Where is visible roles information?

If you know this,

Would you tell me URL or Page?

Unfortunately this information isn't documented

		var canSeeBanner = user.hasRole("admin") || user.hasRole("dashboard_admin") || user.hasRole("report_admin") || user.hasRole("pa_admin");

Thanks for this information.  Where is the script located for modifications?