Configure request definitions for EMR systems

  • Release version: Australia
  • Updated March 12, 2026
  • 3 minutes to read
  • Create or modify request definitions to accept service requests from an EMR system on your ServiceNow instance.

    Before you begin

    • Set the application scope to EMR Help using the application picker. For more information, see Application picker.
    • Ensure that request parameters and equivalent columns for all request parameters exist in the Remote Request Data [sn_ind_rmt_help_request_data] table. For more information, see Configure request parameters for EMR systems.

    Role required: sn_ind_rmt_help.admin or admin

    About this task

    A request definition is a model of the request type originated from an EMR system. By default, the IT Service Request [sn_it_request] request definition is provided for task records of type Incident and mapped to the EMR system. The parameters associated with this request definition are also predefined and mapped to the columns in the Remote Request Data [sn_ind_rmt_help_request_data] table or its extended data table (for example, EMR Request Data [sn_ind_rmt_help_incident_data] table).
    Note:
    A user with the sn_ind_rmt_help.admin role can't delete the predefined request definition and configuration mapping settings.

    Procedure

    1. Navigate to All > EMR Help > Administration > Request Definitions.
    2. In the Remote Request Definitions list, modify an existing request definition or create another request definition.
      • To modify an existing request definition, click a request definition in the ID column of the Remote Request Definitions list.
      • To create another request definition, click New in the Remote Request Definitions list.
    3. On the form, fill in the fields.
      Table 1. Remote Request Definition form

      Field

      Description

      ID

      Unique identifier for the request definition.
      Note:
      You can't modify an ID after the request definition is created.

      Name

      Name to identify the request definition.

      Task type

      Task table associated with the IT service request.

      For example, Incident [incident] table.

      Request data table

      Data table to store additional data from the EMR system.

      Additional data might include environment, workstation, and other data from the EMR system.

      Record producer

      Record producer to modify the fields in a task record and make them available on an IT service request form.

      You use a record producer with a dedicated service portal.

      Rest API Task Parameters

      Parameters of scripted REST APIs. You can use scripted REST APIs with system support modules. For more information, see Remote help request API.

      Task create parameters

      Parameters of a task record available when creating an IT service request in the EMR system.

      Task list parameters

      Parameters of a task record available when viewing a list of IT service requests in the EMR system.

      Task detail parameters

      Parameters of a task record available when viewing the details of an IT service request in the EMR system.

      Task update parameters

      Parameters of a task record available when updating an IT service request in the EMR system.

      Note:
      To be able to enter Rest API task parameters, click the lock icon corresponding to the parameter type. For example, to enter task create parameters:
      1. Click the unlock task create parameters icon (Unlock task create parameters icon.).
      2. Move the desired parameters from the available parameters in the Available column to the Selected column.
      3. Click the up or down icon to arrange the parameters in the order in which you want them to appear on the IT service request page of the EMR system, and then click the lock task create parameters icon (Lock task create parameters icon.).
    4. Save the remote request definition settings.
      • To save a new request definition, click Submit.
      • To save the changes to an existing request definition, click Update.
    5. Store the data from a request parameter into the Remote Request Data [sn_ind_rmt_help_request_data] table by mapping the request parameter to a column in the request data table.
      1. In the Request configuration mappings section, modify an existing configuration mapping or create another configuration mapping.
        • To modify an existing configuration mapping, click the preview icon next to a request parameter in the Request parameter column of the Request configuration mappings section and then click Open Record.
        • To create another configuration mapping, click New in the Request configuration mappings section.
      2. On the form, fill in the fields.
        Table 2. Request configuration mapping form

        Field

        Description

        Request parameter

        Request parameter received from the EMR system.

        Request data column

        Column name in the Remote Request Data [sn_ind_rmt_help_request_data] table or its extension in the ServiceNow instance.

        Note:
        You map one request parameter to a unique column in the data table. However, when similar parameters from different EMR systems are available, you can map them to the same column in the data table.
      3. Save the configuration mapping.
        • If you created a new configuration mapping, click Submit.
        • If you modified an existing configuration mapping, click Update.