- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 01:41 PM
I am working in Utah UI Builder and I need to open a new browser tab with a link to an attachment on a record. I can build the URL and it works in the Text Link component but the user has to click the link to open the new tab.
I need to open it without the user clicking the link. In my page script I have tried:
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 01:54 PM - edited 08-16-2023 01:55 PM
You can use the link to destination event handler on the page ready event like this:
- Click the Body component on your UIB page in the left hand content tree.
- Click the Events tab in the configuration panel on the right.
- Click Add event mapping and choose Page ready
- Choose Link to destination and Select destination
- From here you can link to a workspace page in a new workspace tab or select external to open a page outside of workspace (like google)
- Click OK and Add.
This would cause a new browser tab with google.com loaded on page load.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 01:54 PM - edited 08-16-2023 01:55 PM
You can use the link to destination event handler on the page ready event like this:
- Click the Body component on your UIB page in the left hand content tree.
- Click the Events tab in the configuration panel on the right.
- Click Add event mapping and choose Page ready
- Choose Link to destination and Select destination
- From here you can link to a workspace page in a new workspace tab or select external to open a page outside of workspace (like google)
- Click OK and Add.
This would cause a new browser tab with google.com loaded on page load.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 08:23 AM
Hi Brad,
Sorry to hijack this message but I also have a question regarding adding a URL. In My UI Builder Dashboard I was looking to use the bottom component as a way to link to a URL. However, like above I don't see the ability to add event Mapping for the button. Is it not possible to use a button as a link to a URL? If so, should I try adding the link a different way?
Thanks,
--Brian

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 12:18 PM
I'm not sure what you mean by bottom component. Could you show a screenshot of the page in UIB with the component selected that doesn't have any events?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 12:25 PM
Sorry... My bad Typo. Button Component.
Trying to make these into URL buttons...