context.navigateUrl
Sets the URL to navigate to after save.
IMPORTANT!
Since it determines navigation after a form step is saved, the context.navigateUrl method is available only in the After Section Save tab of a form driven flow step.
Since it determines navigation after a form step is saved, the context.navigateUrl method is available only in the After Section Save tab of a form driven flow step.
Syntax
Copy
context.navigateUrl = ebs.getEditNavigationUrl("myEntityName", "recordIdGuid");
| Parameter | Description |
|---|---|
sectionIndex
|
The index of the section to navigate to. |
Response
If the URL to navigate to after save is provided, the next button in the form driven journey will save the current data and redirect to the provided URL.