Primary interfaces

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 4분
  • The primary way for users to interact with a data model is through forms and lists or through mobile.

    Forms and lists

    The standard method of accessing data in ServiceNow is through the default forms and lists. A form displays information from one record in a data table and a list displays a set of records from a table. When configuring forms and lists:

    1. Keep the number of fields on a form to a minimum. The more fields on a form, the longer the form takes to load resulting in a poor user experience. Use form views to create different sets of fields for different situations.
    2. Use form sections to logically group fields together and to keep users from scrolling. The top section of the form should contain the fields that are always needed or used, while the other form sections contain less frequently utilized fields.
    3. Make sure fields appear in the right order. For example, the start date field should always come right before an end date field.
    4. Use seven or fewer columns in a default list. Users can add more by personalizing their lists.
    5. Avoid using a reference field as the first item in the list view, because it is shown as hyperlinked text. Clicking on the reference field will redirect the user to the referenced record instead of the list record, resulting in a poor user experience.

    This example shows a poorly designed form.

    • The form has no sections. Users need to scroll through the entire form to see all the fields.
    • Similar fields are not grouped together. For example, Assignment group and Assigned to are on different sides of the form.

      Poorly designed form

    This example shows a well-designed form.

    • Fields are grouped together logically.
    • The form has been broken into sections for easier viewing and data entry.

      Well-designed form

    Mobile

    If users will interact with the application on their mobile devices and will need native iOS or Android functionality, such as geolocation or offline access to application data, use the ServiceNow Agent app. Use Studio to create a mobile application for the application.

    Create applets in the mobile application. Applets are tiles within an application. Include a main screen, such as a map or a list, and various details screens, such as an activity stream or related lists. Applets should have focused experiences.
    주:
    Individual applets can be secured by role as well as made available in offline mode.

    Self-paced training: Mobile Applications

    Other resources: Mobile Resources