UI Page Popup/Dialog not visible on Dashboard

AnjaliF
Tera Contributor

Everything is in Global Application

UI Page -> delegate_dialog

UI Script -> showDelegate

Called the UI Page via. UI Script using GlideModal.

The Pop-up appears if the user has selected home as Homepage  and it doesn't appear when the user has Dashboard selected as the default landing page on the content frame

PFA the screenshots:

UI Script:  global.showDelegate

find_real_file.png

It never goes inside the if url contains pa_dashboard (As there are multiple redirection of urls). But,it shouldn't matter anyway.


This Pop-up appears if homepage is selected , but not for the dashboard:

find_real_file.png

In one of the Community answer, it says UI Script doesn't run on dashboard. Is that the reason or can we have any workaround ?

As most of our users have dashboard as there default selection for Home. We need it to run regardless of the home selection.

Appreciate any lead in advance!

2 REPLIES 2

harun_isakovic
Mega Guru

Are you sure the client script executes up until that point for the End user? Because I see its in an ajax callback function nested in if blocks.

Are you sure your end user meets the conditions up until that point?

Try running only the code line 20 to 22 without anything else and see if the UI Page opens then.

Rivka Br
Tera Contributor

@AnjaliF Have you find a asolution?