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

PADomainUtils - move(String runAs)

Moves Performance Analytics records to a different domain.

NameTypeDescription
runAsStringThe user whose domain you want to copy records to.
TypeDescription
void 
// move all the Performance Analytics records from the global to the customers domain
var pa = new SNC.PADomainUtils();
pa.move('774190f01f1310005a3637b8ec8b70ef')

Parent Topic:PADomainUtils - Global