---
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


---

# Mobile functions

# Mobile functions {#ariaid-title1}

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

Configure functions in Mobile App Builder to determine which actions users can perform in the mobile app.

## Function types {#sg-studio-mobile-button-types__section_eyj_ll4_bhb}

|-|-|
| Actions Use action functions to change data, such as assigning a task to yourself or adding a comment to a record. Action functions require a write-back action item to operate. Configure your actions with input parameters to include user input in the changes you make. For more detail on this function type, see [Action functions](https://www.servicenow.com/docs/PBOMvI7I7mtIYa8IOqosKA "Action functions make changes to records on your instance."). |   |
| Navigations Use navigation functions to transition from your current screen to another screen or launcher screen. For example, opening a record from a list, or moving from an employee user profile screen to a manager user profile screen. For more detail on this function type, see [Navigation functions](https://www.servicenow.com/docs/I6nV6wIRGzWO9nGAy0MFgA "Navigation functions transition users from their current screen to another screen or launcher screen."). |   |
| Smart buttons Use smart button functions enable your users to take an action using the native capabilities of their mobile device. These buttons give your users quick access to phone, email, locations or navigate to a specific URL. For more detail on this function type, see [Smart button functions](https://www.servicenow.com/docs/MIhFrOc0V1QwhCaKT~X7tw "Use smart buttons to interact with native applications on your mobile device, such as your phone, map, or email applications."). |   |
| Predefined buttons Predefined button functions allow you to use prebuilt functions that don't require any additional configuration. Choose from Cancel, Continue, and Log Out actions. For more detail on this function type, see  [Predefined button functions](https://www.servicenow.com/docs/Zf5yveb8DCMBUm56kYMFtg "Use predefined buttons to quickly add prebuilt functionality to pop-ups in your mobile app."). | Figure 1. |
[ ]

{#sg-studio-mobile-button-types__table_k21_ktm_rlb}

## Function context {#sg-studio-mobile-button-types__section_lyl_cwm_rlb}

When you create an action, you must choose whether the function context is
record or global. Choose a context based on what you
want to function to do.

Record context
:   Use record context for functions that use the current record. For example, a function on a
    form used to update or edit the record would use record context.

Global context
:   Use global context when the function is not required to act on an existing record. For example, a function to create a new record on a table, or global actions that appear in a launcher screen.

## Function locations {#sg-studio-mobile-button-types__section_gpv_b4y_thb}

For each function you create for an application, you must associate it with a specific
location. You can associate most functions with a top menu, a swipe, or a specific field. For
details on this configuration, see [Associate a function with a location in the app](https://www.servicenow.com/docs/Augs8xkDK6V0LwjrneytfQ "For each function you create for an app, you must associate it with a specific location. You can associate most functions with a top menu, a swipe, or a specific field.")

## Carried parameters {#sg-studio-mobile-button-types__section_c3k_2fr_slb}

Parameters are a way of creating a variable or a placeholder that is waiting for input from either the user or the database. The variable then queries the database or
the user for more information.{#sg-studio-mobile-button-types__ParamDef}

