---
sourceDocument: Australia Mobile Configuration and Navigation
sourceDocumentLink: https://www.servicenow.com/docs/r/mobile

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Mobile Configuration and Navigation

ft:clusterId :

    - mobile

bundleId :

    - mobile

workflow :

    - Development, Data and Analytics


---

# Create a navigation function

# Create a navigation function {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read

Create a navigation function that directs to a screen or launcher screen.

## Before you begin

Role required: admin

Navigation functions enable you to define simple ways for end users to navigate within the mobile platform. For example, navigating to a record from a field on another record. Before you create a navigation function, you should
have a source and a destination for your navigation.

## About this task

In the following steps you create a navigation function to direct your users to an existing screen or launcher. You will need to have an existing screen or screen launcher to use as a destination for this function. For detail on
creating screen launchers, see [Launcher screens](https://www.servicenow.com/docs/j~FcnCpkp7WvBW6tncIm4A "Launcher screens serve as landing pages or home pages. Using a launcher screen, you can access screens in various formats, as well as search, do quick actions, and find user information.").

## Procedure

1. Navigate to AllSystem MobileMobile App Builder.  
   The Mobile App Builder opens in a new browser tab and displays the application scope selection screen.
2. Search for the application scope you are working in and then select the name of the application scope.  
   The Mobile App Builder categories home screen displays.
3. Select the Functions category, and then select New.
4. Complete the following fields as needed.  
   {#sg-launcher-nav-example-1__table_ylz_xms_xlb__entry__2}

   | Field | Value |
   |-|-|
   | Name | Name of your navigation function |
   | Description | Additional information about your navigation function. |
   | Type | The type of the function. Since you are creating a navigation function, select Navigation. |
   | Context | Whether the function uses the global or record context. For this example, select Global. Use record context navigation functions in situations where the navigation depends on information from a record. For example, you want to navigate from the Assigned to field in an incident record to the assignee's user record. Use global context navigation functions in situation where the navigation does not depend on information from a record. |
   | Available offline | Option to determine whether the navigation function will be available in Offline mode. |
   | Destination type | The type of record your navigation function will bring users to. Select Screen for navigation to a screen, or select Launcher for navigation to a screen launcher. |
   | Auto-populate screen parameters | Automatically populates parameters in the destination screen when the toggle is enabled. |
   | Destination screen or Destination launcher | The screen or screen launcher to use for your navigation function's destination. Either select an existing screen or select New to create a new screen. |
   | Condition type | Type of condition to use. * Declarative: Adds a conditional builder to the form. For more information, see [Condition builder](https://www.servicenow.com/docs/access?context=c_ConditionBuilder&version=australia&pubname=australia-platform-user-interface&ft:locale=en-US). * Script: Adds a script condition field to the form. {#sg-launcher-nav-example-1__ul_jwk_zwm_nwb} Note: Displays only if Context is set to Record. |
   | Condition | Conditions that must be met to use the action. For example, you could prevent users from resolving an incident that is in a state of closed, resolved, or canceled. You can choose to use your own Declarative condition picker or write your own conditions using script. |
   | Redirection destination fields | Option to connect a function to a screen that uses a parameterized data item. |
   | Button attributes | Specifies an additional attribute for a button. Select New to configure this option. You can select from the following button attributes: * alerts_require_dismissal: The button attribute when set to true enables the banner messages to persist until the user dismisses it. By default, banner messages are automatically dismissed. * used_for_deeplink: The button attribute when set to true determines that the button is used for deep linking. For more information, see [Deep linking for mobile](https://www.servicenow.com/docs/A22zodEev1PeeKQm65e6vA "Mobile deep links are linking formats that direct users to specific content and locations within a mobile app. These links can be placed in email notifications, text messages, push notifications, launcher screens, and input form screens. You can also configure a mobile app login URL for multiple SSO identity providers."). * trigger_offline_cache_download: The button attribute when set to true triggers offline cache generation. After the cache is successfully generated, a download of it is triggered. * check_acl_on_url_parameter_field: When this button attribute is selected and set to true, any field in the URL string, is checked against the ACL (access control list). For example, a string like `{{meeting_id}}`. If a field does not pass this check, the field value is not included in the URL. By default, the URL parameter field is not checked against the ACL for backward compatibility. {#sg-launcher-nav-example-1__ul_afq_p5m_nwb} |
   | Role access | Determine which user roles can access this function. If you have selected no roles, users with any role will have access to the screen. |
   [Table 1. New function form]

   {#sg-launcher-nav-example-1__table_ylz_xms_xlb}
5. **Optional:** If you added a destination screen that has a parameterized data item, in the Redirection destination fields section, select the field Name to update the redirection parameter fields.
   1. Complete the following fields as needed.  
      {#sg-launcher-nav-example-1__table_ytd_zkv_qwb__entry__2}

      | Field | Description |
      |-|-|
      | Destination UI parameter | The name of the parameter you created for the data item. |
      | Type | Source of information for the parameter. The available options are: * Field: The parameter gets the information from a field on a table. * Constant: The parameter uses a constant value. * Source UI parameter {#sg-launcher-nav-example-1__ul_lxv_glv_qwb} |
      | Function table | This field is automatically populated. |
      | Function | This field is automatically populated. |
      | Source field | UI parameters for the source screen. Note: Displays only if the redirection parameter Type value is set to Source UI parameter. |
      [Table 2. Redirection destination fields form]

      {#sg-launcher-nav-example-1__table_ytd_zkv_qwb}
   {#sg-launcher-nav-example-1__substeps_xdq_xkv_qwb}
6. Select Save.

*[\>]: and then


