How To: Use the Navigate To URL Action

When you use the Navigate to URL rule action, you can use a dynamic URL and add parameters to the query string. You can also choose how to open the URL. A preview displays the query string that is used to open the URL.

Feature What it is How to use it

Base URL

The destination URL. This is a required field and can be text or a field can be dragged from the context browser. If you use a field from the context browser, the value of that field resolves at runtime.

Type a URL or drag a field from the context browser.

Open In

  • Current Window - The URL opens in the current window. In most instances selecting this option is the same as selecting to open in Parent Window. However, when using forms in an iframe in SharePoint for example, this option results in the URL opening within the SmartForms frame.
  • New Window (or Tab) - The URL opens in a new window or tab.
  • Parent Window - The URL opens in the parent window/frame. In most instances choosing this option is the same as choosing to open in Current Window. However, when using forms in an iframe in SharePoint for example, this option provides the functionality to run the URL outside the SmartForms frame. If Current Window is selected in this instance, the new URL opens within the SmartForms frame.
  • Modal Dialog Window - The URL opens in the current window as a dialog box

Select the method to use when opening the URL.

Configure Parameters

Configure parameters to use in the query string of the URL. You can supply the name and value of the parameter. You can type values or drag fields from the context browser. You can also use a combination of typed values and fields. Fields used from the context browser are resolved at runtime.

Click Add to add parameters. Select a parameter and click Edit to edit, Remove to remove the selected parameter. Click Remove All to remove all the parameters.

Preview

The Preview is populated as the Base URL and parameters are added. Parameters are separated from the Base URL with a ‘?’. Subsequent parameters are separated by ‘&’.

N/A