---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Configure client software distribution providers

# Configure client software distribution providers {#ariaid-title1}

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

Identify the provider and specify the workflows and extension points for a customized
software distribution process.

## Vorbereitungen

Perform the development tasks described in the CSD Extension Implementation Guide
before attempting this procedure.
Role required: sn_client_sf_dist.csd_admin, admin

## Prozedur

1. Navigate to AllClient Software DistributionExtensionsProviders.
2. Click New.
3. Complete the form using the fields in the table.  
   {#t_ConfigCSDProviders__table_hsl_qkt_nv__entry__2}

   | Field | Description |
   |-|-|
   | Name | Descriptive name of the provider. |
   | Provider server table | Table name of the provider server. You must create this table as an extension of the Configuration Item \[cmdb_ci\] table. For example, you might call your table Casper Server Instance \[cmdb_ci_casper_server_instance\]. |
   | Discovery flow | Flow that discovers the provider server and returns the data from that server back to the instance. This is the flow you create with custom activities that query the provider server. |
   | Software configuration table | Table name of the software configuration for this provider. You create this table as an extension of the Client Software Distribution Software Configuration \[sn_client_sf_dist_software_config\] table. For example, you might create a table called Casper Software Configuration \[sn_client_sf_dist_casper_sf_config\]. |
   | Deployment extension key | The SetDeploymentData key provided with CSD. This key sets up the data for the software ordering and deployment workflow. |
   | Deployment flow | Flow that deploys software from the provider server. This is the flow you created with custom activities that tells the provider where to deploy an application requested from the service catalog. |
   | Revocation extension key | The SetRevocationData key provided with CSD. This key sets up the data for installation revocation. |
   | Revocation flow | Flow that revokes an installation from a provider server. This is the flow you created with custom activities that tells the provider which application to remove from a device. |
   | Use Flow | Option to use Integration Hub flows for client software distribution. When this option isn't selected, Orchestration workflows are used for client software distribution. Hinweis: |
   [Tabelle : 1. Client software distribution provider fields]

   {#t_ConfigCSDProviders__table_hsl_qkt_nv}

