UI Builder, Link To Destination Not Working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 04:26 PM
I'm currently working in Advanced Dashboards and want to be able to click data visualizations so that they open up a simple list. I've added the simple list page into Advance Dashboards, added all the parameters, and configured the routeConfigId for it as well. After doing all that I added the "Link to Destination" event handler to Advanced Dashboard since it's not already there for it, however when I added it to my visualization it doesn't work. I've tried setting the path something simple, like an external URL but still nothing happens upon clicking the visualization. Does anyone know what the issue could be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 05:46 PM
Hi ,
Please check that you have correctly mapped the widget to the event handler using the "Widget Action" field.
Verify that the widget's "Click Target" is set to "Entire Widget" or the specific element you want to trigger the event.
Try setting the Link to Destination event handler to a simple external URL instead of the Simple List page.
If the external URL works, it could indicate an issue with the configuration or accessibility of the Simple List page.
Mark as correct and helpful if it solved your query.
Regards,
Tushar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2023 09:26 AM - edited 07-14-2023 09:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 07:28 AM
Hi,
I am also facing similar issue, so tried the solution you provided above but its not working.
I am trying for HR case (sn_hr_core_case) table.
but getting following error "The page you are looking for could not be found".
Could you please advise if any additional configuration is also required?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 07:40 AM
I typically get that error when I try to navigate to a page that doesn't have all of the required parameters set in the URL. I would double-check your redirect event handler and make sure your required parameters were set correctly. Also try comparing the URL you were redirected to versus the URL if you were to navigate to the correct page URL (like going to UIB for that page and clicking "Open").
If that doesn't help, you could try setting the "Advanced dashboards - Redirect" event to "Script" mode and then set an external value to the page you want to redirect to (see image below).
Hope that helps!