- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2012 02:35 PM
I like the Bookmarks feature from UI11. What I don't like is the fact you cannot open a Bookmark into a new tab/window. I'd really like to be able to have a Bookmark to open up the Workflow Editor into a new tab/window, but it just cannot be done. Well, maybe it can. I played around with it today and came up with a solution.
The way around it is to create a UI Page called "u_workflowbookmark" with the following HTML:
The Workflow Editor has been opened in a new tab or window.
Click the Refresh icon in this flyout to reload the editor if required.
<script>
window.open('workflow_ide.do?sysparm_nostack=true', 'workflow');
</script>
Next, you manually have to create an entry in the Bookmarks table. Set the URL field to "u_workflowbookmark.do" and check the Flyout field as well. Refresh your window and you should then be able to see the new bookmark now. Click on the Bookmark and you will get a flyout like this:
You might have to enable popups for it to work. The reason I checked the Flyout checkbox is so the UI Page does not actually navigate away from the record or list you are currently displaying.
I've attached files that you can import to create the UI Page and the Bookmark (just rename .txt to .xml). When you import the Bookmark, you have to then add your name to the User field for it to appear in your bookmarks.
The solution is not 100% - for some reason Chrome will always open the editor in a new window and not a tab. And you have to click on the Refresh icon in the flyout if you have previously loaded the editor from the Bookmark. I opened an enhancement request a while ago to get this into the platform.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2014 01:11 PM
Just setting this answer as correct as the actual thread was not meant as a question and it cannot be changed because it came from the original Community site.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2012 03:00 PM
Good stuff. Thanks for sharing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2014 01:11 PM
Just setting this answer as correct as the actual thread was not meant as a question and it cannot be changed because it came from the original Community site.