UI Page Popup/Dialog not visible on Dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2022 02:06 AM
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
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:
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2022 02:39 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2024 10:31 PM
@AnjaliF Have you find a asolution?