Mobile hierarchy

  • Release version: Zurich
  • Updated July 31, 2025
  • 4 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Mobile hierarchy

    The ServiceNow® Mobile Framework provides a structured approach to configuring, modifying, and creating mobile applications tailored to specific user roles within your organization. This framework supports two primary mobile apps—the Now Mobile app and the Mobile Agent app—each designed to optimize the user experience for different personas.

    Show full answer Show less

    Mobile App Configuration

    • Mobile Apps: Two apps—Now Mobile and Mobile Agent—target distinct user roles, each supporting one or more mobile app configurations.
    • Mobile App Config: Defines the user experience upon login based on specific conditions, determining which configuration a user accesses.
    • Navigation Bar: Located at the bottom of the screen, it can hold up to five navigation bar tabs, including default notification and settings tabs. When more than five tabs exist, a More tab enables access to additional options.
    • Navigation Bar Tabs: Represent individual screens or launcher screens that users can navigate to directly from the navigation bar.

    Launcher Screens and Screens

    • Launcher Screens: Serve as customizable home or landing pages featuring headers, sections, search bars, and quick actions to facilitate user access to common functions.
    • Screens: Display and allow modification of instance data in various formats such as lists, maps, and records, organized into screen segments.
    • Screen Segments: These are components within screens that display lists, calendars, maps, or records, allowing users to switch between segments using tabs.

    Data Presentation Components

    • Icons: Each screen is associated with an icon that visually represents it within launcher screens or the navigation bar.
    • Item Streams: Define the data sources shown in screen segments, each connected to one or more data items and item configurations to control data content and appearance.
    • Data Items: Correspond to datasets linked to specific tables within the instance, optionally filtered to restrict returned data, enabling screens to present relevant information to users.
    • Item Configurations: Control the visual pattern and layout of data within screen segments, ensuring consistent and clear data presentation.

    Screen Types and Functions

    • Screen Types: Multiple screen formats are available, including Calendar, Chart, Form, Grouped list, List, Map, and URL. Additional screens like Details, Activity stream, Related list, and Embedded list can be added within record screen segments.
    • Functions: Enable users to perform tasks such as assigning tasks or navigating records, and integrate device capabilities like sending emails, launching maps, or making phone calls, enhancing mobile app interactivity.

    Practical Application for ServiceNow Customers

    Understanding this mobile hierarchy enables ServiceNow customers to effectively tailor mobile app experiences based on user roles and organizational needs. By configuring app settings, navigation elements, screens, and data presentation components, customers can deliver intuitive, role-specific mobile workflows that improve productivity and engagement. Leveraging functions further enhances mobile capabilities by integrating common tasks and device features directly into the app.

    Learn the components of ServiceNow® mobile and how they work together to assist you in configuring, modifying, and creating applications.

    Components of the ServiceNow mobile framework

    This image represents the structure of the ServiceNow mobile framework. The next sections detail specific areas of the overall hierarchy, and descriptions of individual components.

    Diagram showing the foundation elements of mobile apps.

    Mobile App Configuration

    Components of the Native Client.
    Mobile app
    A part of the ServiceNow® Mobile Platform, there are 2 mobile apps: the Now Mobile app and the Mobile Agent app. Each app focuses on a persona, which means the app experiences are tailored to support the tasks of specific roles in your organization. Each mobile app can have one or more mobile app configurations. For more information, see the following "Mobile app config" section.
    Mobile app config

    When users download a ServiceNow Mobile Platform application, they are prompted to log in with their credentials. When a user logs in to the instance, they are presented an experience that is created by a single mobile app config. The mobile app config that defines the user's experience depends on conditions defined in the config.

    Navigation bar

    Each mobile app config has a navigation bar that appears at the bottom of the screen. A navigation bar can have up to five icons, called navigation bar tabs. By default, navigation bars have a notification and settings navigation bar tab. For information about how to create a navigation bar, see Configure the navigation bar and navigation tabs.

    Navigation bar tabs

    Each tab in the navigation bar represents a screen or launcher screen. When you add more than five tabs to the navigation bar, a More tab appears. Tapping the More tab opens a list view showing additional tabs.

    For information on how to create navigation bar tabs, see Configure the navigation bar and navigation tabs.

    Launcher screens

    Launcher screens serve as landing pages or home pages for your users. Launcher screens contain a configurable header, and sections to provide access to screens in several formats. You can also configure launcher screens with a search bar and quick actions, which give your users access to commonly used functions.

    For more detail on launcher screens, see Launcher screens.

    Screens

    Screens provide your users a method to view and modify data on your instance. Screens can display information as lists, maps, records, and other formats. You can find more detail on screen components in the next section.

    Screens

    Figure 1. List of all available mobile screens
    List of all available mobile screens.
    Screen segments

    Screens contain one or more screen segments, which display information from your instances to your users. Screen segments represent the lists, calendars, maps, and records your users see within the app. If a screen has more than one screen segment, your users can switch between screen segments using a tabbed interface.

    Screen segment records for lists, calendars, and maps are located on the screen segment [sys_sg_item_stream_segment] table. Screen segment records for record screens are on the record screen segment [sys_sg_form_segment] table.

    Icons

    Each screen has an icon. This icon represents the screen when it is displayed in a launcher screen or the navigation bar.

    Icon records are located on the Icons [sys_sg_icon] table.

    For more information on icons, see Mobile icons.

    Item streams

    An item stream is the source for the data shown in your screen. An item stream gets its data from a single source, called a data item. You can associate more than one item stream to a screen segment to include data from multiple tables. For example, you could create two item streams to display items from both the incident [incident] and request item [sc_req_item] tables in a single list.

    Item streams are also associated with one or more item configurations. These item configurations provide a pattern controlling how the data appears in your screen segment.

    Item stream records are located in the item stream [sys_sg_item_stream] table.

    Data items

    Data items provide the data presented in a screen. A data item is a dataset correlated with a table in an instance. A data item can include a filter condition to restrict what data the item returns. Associate data items with screens so that the screens can transform the dataset into human-readable information.

    Data items are located on the data items [sys_sg_data_item] table.

    For more detail on data items, see Data items.

    Item configurations

    Item configurations provide a pattern for data in your screen, and control how your data appears within a screen segment. For more detail on how an item configuration controls the appearance of your data, see the item configuration section.

    Item configurations are located on the item configuration [sys_sg_master_item] table.

    More information
    For more information, See:

    Screen segments

    A hierarchical diagram of the available mobile launcher screens.
    Screens
    Screen types determine what a screen looks like and how your users are able to interact with it. You can create these screen types:
    In addition to these types, you can add the following screens to segments in your record screen:
    • Details screen
    • Activity stream screen
    • Related list screen
    • Embedded list screen
    Functions

    Your users can use functions to perform tasks in the mobile app such as assigning a task, or navigating between records. Actions can also interact with your mobile device to send emails, navigate using map software, or make a phone call.

    Functions are located on the Function [sys_sg_button] table.

    For more information on functions, see Mobile functions.