Name

global.OnCallCommonDynamicFiltersSNC

Description

No description available

Script

var OnCallCommonDynamicFiltersSNC = Class.create();
OnCallCommonDynamicFiltersSNC.prototype = {
  initialize: function() {
      this.onCallCommon = new OnCallCommon();
  },

  getManagedGroups: function() {
      return this.onCallCommon.getManagedGroups();
  },

  getMyGroups: function() {
      return this.onCallCommon.getMyGroups();
  },
  
  getOnCallGroups: function() {
  	return this.onCallCommon.getOnCallGroups();
  },

  getUserGroups: function () {
  	return this.onCallCommon.getUserGroups();
  },

  type: 'OnCallCommonDynamicFiltersSNC'

};

Sys ID

8e9c6637c7f200102e65e122c7c2605d

Offical Documentation

Official Docs: