Name

global.OnCallScheduleReportUtilsSNC

Description

No description available

Script

var OnCallScheduleReportUtilsSNC = Class.create();
OnCallScheduleReportUtilsSNC.prototype = {
  initialize: function() {
      this.onCallCommon = new OnCallCommon();
  },
  
  getOnCallGroups: function() {
      return this.onCallCommon.getOnCallGroups();
  },
  
  type: 'OnCallScheduleReportUtilsSNC'
};

Sys ID

19812ccbc7522010c24ae122c7c260bb

Offical Documentation

Official Docs: