Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

PADomainUtils - PADomainUtils(String domainFrom)

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.

NameTypeDescription
domainFromStringThe domain to copy records from.
// c90d4b084a362312013398f051272c0d is the sys id of the ACME domain
var acmeUtils = new SNC.PADomainUtils('c90d4b084a362312013398f051272c0d');

Parent Topic:PADomainUtils - Global