ftos.context.response.setNavigationReload
IMPORTANT!
Starting with v24.3.0, this is renamed from setNavigationReload to ftos.context.response.setNavigationReload.
Starting with v24.3.0, this is renamed from setNavigationReload to ftos.context.response.setNavigationReload.
Reloads the page after the transaction completes. If another workflow is triggered when the transaction completes, it will run immediately after the page reloads.
IMPORTANT!
Triggering page reloads outside a conditional construct may cause infinite loops.
Triggering page reloads outside a conditional construct may cause infinite loops.
This is a routes method for business service components.
Syntax
function ftos.context.response.setNavigationReload(): void
Examples
In this example, we reload the current page.
ftos.context.response.setNavigationReload();