---
sourceDocument: Australia Mobile Configuration and Navigation
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/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


---

# Configure a map screen

# Configure a map screen {#ariaid-title1}

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

Configure a map screen so that your users can see location-based information on a map
from their mobile app. The map highlights points of interest, and users can switch between a
map view and list view to help them understand the information displayed on a
map.

## Before you begin

Role required: admin

## 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  Screens  category, and then select  New.
4. Select the  Map option in the Create a screen page, and then select  Continue.
5. In the New map screen record, complete the fields as needed.  
   {#sg-configure-map-screen__table_qh2_dqv_wtb__entry__2}

   | Field | Definition |
   |-|-|
   | Properties ||
   | Name | Name for the map screen. This name is displayed as the screen header and the name of the screen in the UI section. |
   | Description | Additional information about your map screen. |
   | Settings ||
   | Fetch type | Fetch type settings determine when data is loaded into your screen. The following fetch types are available: `prefetch`, `on-demand`, `background`, and `dynamic`. For more information, see [Mobile fetch types](https://servicenow-prod.fluidtopics.net/vmMpXy5PQpA9Za6XBicV2g "Fetch type settings determine when data is loaded in your screens. Change your fetch type to optimize load time performance for your screens."). |
   | Available offline | Option to determine whether the map screen is available in offline mode. |
   | Hide screen name | Option to determine whether the screen name is not shown as the screen header. For example, this option is useful if the text already appears in the header name or if it does not provide any value to the user. |
   | Hide filters and sorting | Option to determine whether to disable the filter and sorting option on the map screen. |
   | Filter | Option to determine whether users can filter record types by category. Use this option to help users view specific sets of records. |
   | Empty state | You can indicate to users, with the aid of a visual display, that the map does not contain any points of interest. For more information, see [Empty state display](https://servicenow-prod.fluidtopics.net/MGebD2tyQvE1B0r5s0xv1A "Use an empty state to indicate to your users that the displayed page does not contain data. You can add an image, text, and buttons to direct users to perform an action, view a particular screen, or review specific information."). |
   | Top menu function instances | Option to determine whether to use top menu functions to display additional options. |
   | UI parameters | Option to determine whether to use UI parameters for this screen. The UI parameter is a variable that affects how a field or UI element behaves. Use it to determine how a value can be entered or if it will be auto-populated for a UI element, based on what the user has done. |
   | Role access | Option to determine the roles that a user requires to access the map screen on their mobile device. If no role is selected, then all user roles have access to the map screen. |
   [Table 1. New map screen form]

   {#sg-configure-map-screen__table_qh2_dqv_wtb}
6. From the Icon section either create a new icon or choose an existing icon. This icon displays if you add your map screen to a launcher screen UI section.
7. Create a screen segment to continue adding look-and-feel map elements to the screen. You can only create a single segment within each map screen.
   1. From the Screen segment field, select the +New button.  
      The New screen segment form displays.
   2. In the New screen segment record, complete the fields as needed.  
      {#sg-configure-map-screen__table_wsj_1gg_ytb__entry__2}

      | Field | Description |
      |-|-|
      | Properties ||
      | Name | Name for screen segment used in the map screen. |
      | Order | The order where the property is displayed. Note: An entry in this field is not required as only a single segment is supported. |
      | Screen | This field is not available. |
      | Interleave sort | Option to determine whether the sort and order of a list is displayed in an ascending or descending order. This selection is relevant when you have multiple item streams. |
      [Table 2. New screen segment form]

      {#sg-configure-map-screen__table_wsj_1gg_ytb}
   {#sg-configure-map-screen__substeps_ndm_wfg_ytb}
8. Create a stream of records that connect data items and list item configuration records to the screen.  
   Note:  
   Streams are records that connect data items and list item configuration records to the screen. You can configure multiple item streams within a map. Use this option to define different attributes within a map. For example, you can define different pin colors for each item stream, one for incidents and one for work order tasks.
   1. From the Streams section, select the +New button.  
      The location item stream displays.
   2. In the Name field, enter a name of the location item stream.
   3. In the settings section, do the following steps:  
      1. From the Table field, select the table to define location-based map pins and cards.
      2. (Optional) In the Interleaved field, select the field that determines how to order your data items. This option is relevant if you have more than one item stream.  
         Note:  
         You select the data item later in this procedure.
      3. From the Location field, select a reference to the location table. The selected option shows as a location on the map.
      4. Select a pin color by either selecting a color from the grid or enter a hexadecimal value, and then select Save.
      {#sg-configure-map-screen__ol_l2s_d3g_ytb}
   {#sg-configure-map-screen__substeps_xrv_fgg_ytb}
9. Choose an existing data item or create a new data item. To create a new data item, see [Data items](https://servicenow-prod.fluidtopics.net/QURRewSOiBrtQVHW5z4rBw "Data items provide the data presented in a screen.").  
   The data item returns data from a single table to be used for the map location item stream.
10. Choose an existing list item configuration that determines how each record appears in the list and the actions associated with it.
11. Select Save.

## Result

The configured map screen displays information from your data item plotted on a map, along with a list view to display details on each item. Figure 1. Map screen displaying the map view with highlighted items

## What to do next

You can add your map screen within a record section and an icon section. When a user
taps on the relevant icon, they are navigated to the configured map screen. For more
information, see [Configure a record UI section](https://servicenow-prod.fluidtopics.net/cIBk3SK7DJDqiugpmsjekQ "Use the record UI section type to display records from a selected list as cards with important information. These cards enable users to access your record screens. Select how you want to represent this option visually.") and [Configure an icon UI section](https://servicenow-prod.fluidtopics.net/tFaWgy84xNd2Yl3wOf_TIQ "Use the icon UI section type to navigate to screens, launcher screens, and functions.").

*[\>]: and then


