ftos.context.response.setNavigationURL

IMPORTANT!  
Starting with v24.3.0, this is renamed from setNavigationUrl to ftos.context.response.setNavigationURL.

Opens a specific page after the transaction completes. If another workflow is triggered when the transaction completes, it will run immediately after the page opens.

This is a routes method for business service components.

Syntax

function ftos.context.response.setNavigationURL(url: string): void
 
Parameter Description
url Path to the page you wish to open relative to the server's URL.

Examples