The Launch Web URL action is used to open the current web browser to the specified URL

This is only valid from a button clicked by an actual user and cannot be used by automated processes. 


Options


    • URL to Open - The URL to open in the web browser


    • Window Target Name - The name of the browser window to use to open the URL. This follow normal window naming conventions so you use the built-in names as well as custom names.


_blank = URL is loaded into a new window or tab

_parent - URL is loaded into the parent frame (if any)

_self - URL replaces the current page

_top - URL replaces any framesets that may be loaded



NOTE: If the only actions in a button click are URL Open actions then the workflow does not progress or get triggered. Only the launch happens. However, if other workflow actions are specified along with this one in the button then the URL launches happen first then the workflow actions are triggered.