---
sourceDocument: Xanadu Platform Analytics
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/now-intelligence

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu Platform Analytics

ft:clusterId :

    - par

bundleId :

    - par

workflow :

    - Platform


---

# PADomainUtils - PADomainUtils(String domainFrom)

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

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Instantiates a new PADomainUtils object to move or copy Performance Analytics records from
the specified domain.
Use the PADomainUtils() constructor instead when moving or copying from
the global domain.
{#r_PADU-PADomainUtils_String__table_ly4_5my_2t__entry__3}

| Name | Type | Description |
|-|-|-|
| domainFrom | String | The domain to copy records from. |
[Table 1. Parameters]

{#r_PADU-PADomainUtils_String__table_ly4_5my_2t}  

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


