We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
This was ChatGPTs suggestion.var paJob = new PAJob();
var jobId = 'your_pa_job_sys_id'; // Replace with the actual Sys ID of the PA data collection job
var result = paJob.startJob(jobId);
if (result) {
gs.info('PA Data Collection Job started su...