How to copy a performance analytics dashboard from one domain to another domainSummaryHow to copy a performance analytics dashboard from one domain to another domainReleaseALLInstructionsYou can copy a performance analytics dashboard from one domain to another domain using API PADomainUtils - copyDashboard(String dashboardId, String runAs) Below is the sample code which explains how to copy Incident Management dashboard from global to user's domain //Copy Incident Management dashboard from global to user's domain var pa = new SNC.PADomainUtils(); pa.copyDashboard('a64b7031d7201100b96d45a3ce610335','09ff3d105f231000b12e3572f2b4775d');Related LinksPlease refer the PADomainUtils - copyDashboard(String dashboardId, String runAs) for more details