You are here:
Navigation Between Steps (Managed Package)
For the managed package runtime, beginning with Vlocity Insurance and Health Winter '20, learn which mixins you can set on the steps of an Omniscript so that users can navigate between those steps.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
omniNextStep()
Advances users to the next step in the Omniscript.
| JS Example | HTML Example |
|---|---|
|
|
omniPrevStep()
Takes users to the previous step in the Omniscript.
| JS Example | HTML Example |
|---|---|
|
|
omniNavigateTo(step)
Takes users to a specific step in the Omniscript by
passing an argument. The argument passed into the function can be a number that refers to the
step's index in the Omniscript or a step's element name passed as a hardcoded string. The index
for the current step is accessible using the property this.omniScriptHeaderDef.asIndex.
| JS Example | HTML Example |
|---|---|
|
|

