---
sourceDocument: Analytics der Xanadu-Plattform
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/xanadu/now-intelligence

 Release :

    - xanadu

ft:locale :

    - de-DE

ft:publication_title :

    - Analytics der Xanadu-Plattform

ft:clusterId :

    - par

bundleId :

    - par

workflow :

    - Platform


---

# PADomainUtils -- PADomainUtils(String domainFrom)

# PADomainUtils -- PADomainUtils(String domainFrom) {#ariaid-title1}

* Freigeben Version: Xanadu
* 
* Aktualisiert 1. August 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Instanziiert ein neues PADomainUtils-Objekt, um Performance Analytics -Datensätze aus der angegebenen Domäne zu verschieben oder zu kopieren.
Verwenden Sie den PADomainUtils()-Konstruktor stattdessen beim Verschieben oder Kopieren aus der globalen Domäne.
{#r_PADU-PADomainUtils_String__table_ly4_5my_2t__entry__3}

| Name | Typ | Beschreibung |
|-|-|-|
| domainFrom | Zeichenfolge | Die Domäne, von der Datensätze kopiert werden sollen. |
[Tabelle : 1. Parameter]

{#r_PADU-PADomainUtils_String__table_ly4_5my_2t}  

    // c90d4b084a362312013398f051272c0d is the sys id of the ACME domain
    var acmeUtils = new SNC.PADomainUtils('c90d4b084a362312013398f051272c0d');


