---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://www.servicenow.com/docs/r/de-DE/employee-service-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Create an extension point for post-processing of transfers

# Create an extension point for post-processing of transfers {#ariaid-title1}

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

Create a scripted extension point to perform additional actions after the cross-department transfer of a primary ticket in the Universal Request application. You can change the sample extension point to copy any additional information from the previous primary ticket's child entities.

## Vorbereitungen

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

When a primary ticket of a Universal Request is transferred, the current mapping configuration only copies the information from the primary ticket to the destination ticket. However, if you want additional actions to be performed after
the cross-department transfer of the primary ticket, you can create a scripted extension point implementation for the DepartmentTransferPostProcessor extension point. A sample
DepartmentTransferPostProcessor extension point, which is based on your business requirements, is provided for you to modify and use.

## Prozedur

1. Navigate to All \>System Extension Points \>Scripted Extension Points.
2. In the search bar, search for sn_uni_req.DepartmentTransferPostProcessor.
3. Create your department-specific extension point by selecting Create implementation.  
   For more information about using extension points, 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).

