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

PADomainUtils - copyDashboard(String dashboardId, String runAs)

Copy a dashboard to another domain.

NameTypeDescription
dashboardIdStringSys_id of the dashboard to copy.
runAsStringUser whose domain you want to copy the dashboard to.
TypeDescription
void 
//Copy Incident Management dashboard from global to user's domain
var pa = new SNC.PADomainUtils();
pa.copyDashboard('a64b7031d7201100b96d45a3ce610335','09ff3d105f231000b12e3572f2b4775d');

Parent Topic:PADomainUtils - Global