How to make a tab opened by a UI action in the workspace open inside the workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 05:52 PM
I have a UI Action that is redirecting to a record but in another browser tab. I need this tab to be opened in the workspace itself, that is, on the same page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 06:04 PM
Hi @Samara Mariah share your UI action code, there will be this word _blank mentioned in URL, this is what takes to new tab. remove this word it will open in same page
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 06:07 PM
Yes, I removed the _blank, but it opens above the tab, I want it to open inside the workspace, how do I do that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 06:08 PM
HI @Samara Mariah what is the URL you have given?
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2024 11:01 AM
Hi @Harish KM , I found the solution, thanks for the help!