UI Action/Client Side/Workspace Client Script
I am using the following script in a UI Action that is client side to open a specified URL in a new tab which works.+ function openWindow(){top.window.open('MY URL','_blank') ;} I now need to add logic to the workspace client script that will do the ...
