Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Assign a data item with parameters to a record screen

When you associate a parametrized data item with a record screen, additional fields appear in the screen configuration that you must complete for the parameter to be applied.

Before you begin

Make sure that you have configured a data item that has parameters. For more information, see Configure a parametrized data item.

Role required: admin

About this task

Procedure

  1. Navigate to All > System Mobile > Mobile 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 Record option in the Create a screen page, and then select Continue.

  5. In the Data item field, select Choose.

  6. From the Choose an item menu, select the parameterized data item that you created, and select Apply.

  7. In the UI parameters section of your record screen, select New.

  8. In the New UI parameter screen, complete the following fields as needed. Some fields only appear when you select a specific input type.

    Use the fields on this form to determine how the user interacts with the UI.

FieldDefinition
Properties section
NameName for the UI parameter. You can have multiple UI parameters with the same name so make sure you choose something you can easily discover later. The name you select appears in the mobile app. For this example, use Priority as the name.
Display nameName that displays. This name automatically matches the input name.
Settings section
Parameter typeType of parameter. In Mobile App Builder, this field is automatically set to Screen when a new parameter is created from a screen record.
ScreenScreen record. In Mobile App Builder, this field is automatically set to the parent screen record.
Input styleHow the user interacts with the UI. Choose from Inline or Popup. For this example, choose Inline.
MandatoryWhether the user is required to enter information for that field. For this example, leave this check box cleared.
Placeholder textText that appears below the field type. This option does not appear if you have a default value selected.
OrderField used for input ordering.
Input sourceDetermines whether the input is populated by the end user or automatically by the system. For this example, choose User input.
Input type

How the end-user input is added to the system. For example, if you want to add a parameter for the Assigned to field, select Choice list so that users have a list of options to choose from. Select from one of the following options:

  • None: There is no input type.
  • Text: Provides a simple text field. This option works best for fields that require free text input. For example, work notes or resolution details. This is the default input type.
  • Choice list: Opens a list for the end user to select from. This option works well for reference fields that require specific information.

Note: The choice list input type returns a maximum of 1,000 results. For references that require more than 1,000 results, use the Search list input type.

  • Search list: Provides a search bar so that end users can search in a list.
  • QR/Barcode: Provides the option to search by QRC or barcode.
CarriedUse carried parameters to move information between different screens and actions.
Data section
Table

The table name for which you want to create a UI parameter. For example, Incident.

This field only appears if you select Choice list or Search list as the input type.

Field

The field name for which you want to create a UI parameter. For example, Priority.

This field only appears if you select Choice list or Search list as the input type.

Default value typeThe value that appears by default in the UI field. The Default value type field only appears for Function type parameters. Select one of the following options.- None: There is no default text. This option works well for a list input type. - Manual: An additional field appears for you to enter a default term. For example, Search for a field. The manual default works well for search or text input types.
  1. In the Screen data parameter mapping section, select Choose,

  2. From the Choose an item menu, select the data parameter you created with the data item, and then select Apply.

  3. Select Save.

  4. If you want the field on the mobile screen to be automatically populated with a value, configure the auto-fill parameters.

    1. In the Input source field for the UI parameter record, select Auto fill.

    2. In the Input type field, select from the following options.

      • GPS location: Automatically inputs the location of the mobile device.
      • Date: Automatically inputs the current date for the mobile device.
      • Constant: Automatically inputs a constant value.
      • Source field: Automatically inputs a value from a table field.
      • User: Automatically inputs the currently logged in user.
      • Append encoded query: Automatically inputs data from an encoded query.
        1. Select Save.
  5. Complete any additional screen fields as needed. For more information, see Create a screen.

  6. Select Save.