---
sourceDocument: Australia Healthcare and Life Sciences
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/healthcare-life-sciences

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Healthcare and Life Sciences

ft:clusterId :

    - hcls

bundleId :

    - hcls

workflow :

    - Customer and Industry


---

# Customize the EMR system URL and API task parameters

# Customize the URL and REST API task parameters for EMR systems {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Use scripted extension points to manipulate URL parameters and REST API task
parameters for an EMR system.

## Vorbereitungen

Install the EMR Help application. For more information, see [Install EMR Help](https://servicenow-prod.fluidtopics.net/IE3KoWpxer~u4IhbSFyu6Q "You can install the EMR Help application (sn_ind_rmt_help) if you have the admin role. The application includes demo data.").

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

By using extension points, you can easily integrate customizations without having to
alter the base code. You can extend standard base functionality using customized
scripts. For more information, see [Using extension points to
extend application functionality](https://www.servicenow.com/docs/access?context=extension-points&version=australia&pubname=australia-api-reference&ft:locale=en-US).

## Prozedur

1. Navigate to AllSystem Extension PointsScripted Extension Points.
2. In the API Name column, search for and select sn_ind_rmt_help.RemoteHelpParamTransformer.
3. On the Extension Point form, either modify a script include to use the sn_ind_rmt_help.RemoteHelpParamTransformer extension point or create and register a custom script include.
   * Create and register a custom script include. For more information, see [Registering custom script includes against the scripted extension points](https://www.servicenow.com/docs/access?context=impl-scripted-ext-pts-custom-code&version=australia&pubname=australia-customer-service-management&ft:locale=en-US).

   * Modify the existing script include by going to the Implementations related list and selecting a script include in the Class column.  
     Hinweis:  
     By default, the RemoteHelpParamTransformer script include that use the sn_ind_rmt_help.RemoteHelpParamTransformer extension point is available for the EMR Help application.
   {#emr-help-custom__choices_mxh_ght_plb}
4. Customize parameters for an EMR system by adding the sn_ind_rmt_help.RemoteHelpParamTransformer extension point to the script include.  
   You can create multiple implementations for an extension point and provide an order number for each implementation. The implementation that has the lowest order number is executed first.{#emr-help-custom__table_czh_m5m_5nb__entry__2}

   | Customization | Implementation |
   |-|-|
   | Incoming task parameters | Include the transformIncomingTaskParams method in the sn_ind_rmt_help.RemoteHelpParamTransformer extension point. The method is called from the REST APIs prior to creating and updating IT service requests from an EMR system and enables you to modify any input parameters. |
   | Outgoing task parameters | Include the transformOutgoingTaskParams method in the sn_ind_rmt_help.RemoteHelpParamTransformer extension point. The method is called from the REST APIs for getting a task list and task details before sending the task-related data to the EMR system. |
   | Incoming URL parameters | Include the transformURLParams method in the sn_ind_rmt_help.RemoteHelpParamTransformer extension point. This method is called from a service portal before storing the URL parameters. Hinweis: If your EMR system has an encryption algorithm, you can configure the Incoming URL parameters method in the sn_ind_rmt_help.RemoteHelpParamTransformer extension point to decrypt any encrypted task parameters from your ServiceNow instance. |
   [Tabelle : 1. EMR system customizations]

   {#emr-help-custom__table_czh_m5m_5nb}
5. On the Extension Point form, click Update.
{#emr-help-custom__steps_vyp_hll_tnb}

