Navigation
Overview
The Navigation component provides the ability to navigate the user to record pages, related lists, objects tab, and more.
Global Configuration Inputs
These inputs apply to all Navigation types.
Type
The type of navigation to perform.
url
: A full or relative url.record
: An individual recordobject
: The object list view tab.related list
: The related list of a specific record.tab
: Visualforce tabs, web tabs, Lightning Pages, or Lightning Component tabs
Type | Valid Values | Required |
---|---|---|
Text | url , record , object , related list , tab | Yes |
Replace Browser History
This is an advanced input that is only used in special use cases.
If set to true, the page replaces the existing entry in the browser history so the user doesn’t have to press the back button twice.
An example of this would be a user on the Home page of Lightning app. The user clicks a different tab that hosts a Flow for the simple act of performing a redirect based upon some condition defined in the flow. If set to true, the user is redirected back to the Home page instead of the redirect page.
Type |
---|
Boolean |
URL Navigation Inputs
URL
The URL to navigate to.
Type | Required |
---|---|
Text | Yes |
Open In New Window
If set to true, the URL will open in a new window or browser tab. This value defaults to false.
Type | Required |
---|---|
Boolean | No |
Record Navigation Inputs
Object API Name
The the api name of the object to navigate to.
Type | Required |
---|---|
Text | Yes |
Record ID
The ID of the record to navigate to.
Type | Required |
---|---|
Text | Yes |
Action
The record page to navigate to.
Type | Valid Values | Required |
---|---|---|
Text | clone , edit , view | Yes |
Object Navigation Inputs
Object API Name
The the api name of the object to navigate to.
Type | Required |
---|---|
Text | Yes |
Action
The record page to navigate to.
Type | Valid Values | Required |
---|---|---|
Text | home , list , new | Yes |
List View
The ID or name of the list view to load when action
is set to list
.
Type |
---|
Text |
Related List Navigation Inputs
Object API Name
The the api name of the object to navigate to.
Type | Required |
---|---|
Text | Yes |
Record ID
The ID of the record to navigate to.
Type | Required |
---|---|
Text | Yes |
Relationship Name
The api name of the relationship name for the related list.
Type | Required |
---|---|
Text | Yes |
Tab Navigation Inputs
Tab Name
The api name of the tab to navigate to.
Type | Required |
---|---|
Text | Yes |