---
sourceDocument: Australia IT Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-service-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Service Management

ft:clusterId :

    - itsm

bundleId :

    - itsm

workflow :

    - Technology


---

# Create a custom exporter

# Create a custom exporter {#ariaid-title1}

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

Copy an existing exporter script as a starting point for a custom
exporter.

## Vorbereitungen

Wichtig:  
DevOps Config is now deprecated and no longer supported or available for new activation.

Role required: cdm_exporter_editor or cdm_editor or cdm_admin

## Warum und wann dieser Vorgang ausgeführt wird

DevOps Config content packs provide a variety of exporters. You can use any of the provided exporter scripts as a starting point for a custom exporter that you design.

## Prozedur

1. Select the admin icon (![Admin icon.]()) to open the Administration page.
2. On the Exporters tab, select New, enter a unique and meaningful name and description, and then select Confirm.  
   The first draft version of the exporter is named Draft 0.1 and is listed on the Versions tab.

3. Select the Version name to open default exporter script on the Exporter builder tab.  
   The text of the exporter script appears in a view-only panel.
4. On the Exporters tab, select the name of the exporter that will act as the starting point for the new custom exporter.
5. Select the exporter version to use on the Versions tab for the exporter.  
   The exporter opens on the Exporter Builder tab. The text of the exporter script appears in a view-only panel.
6. Copy the text of the script for use in the new exporter.
7. **Wahlweise:** To enable users to specify dynamic execution conditions or CDI values when editing the exporter, create an input argument.
   1. On the Input arguments tab, click New.
   2. On the Create argument pop-up window, define the argument.  
      {#cdm-exporter-create-custom__table_spt_qkq_wsb__entry__2}

      | Field | Description |
      |-|-|
      | Name / Description | Meaningful name and description for the argument. |
      | Default value | Value that the argument will have when a user opens the exporter for editing. |
      | Mandatory | Select the check box to require that the argument value is specified. |
      [Tabelle : 1. Create argument pop-up window]

      {#cdm-exporter-create-custom__table_spt_qkq_wsb}
   3. Select Create.  
      The argument now appears in the Input arguments field on the Test Playground panel.
   {#cdm-exporter-create-custom__substeps_p4x_bkq_wsb}

