Name

global.TableRotationList

Description

No description available

Script

gs.include("PrototypeServer"); 

var TableRotationList = Class.create();

TableRotationList.prototype = {

 initialize : function() {
    this.tableRotationList = new SNC.TableRotationList();
 },

 _initList: function() {
    gs.log("TableRotationList._initList has been deprecated");
 },

 getList : function() {
    return this.tableRotationList.getList();
 },

 _z : function() {
    return "TableRotation";
 }

};

Sys ID

ac643d730a0a0bc0003de8501af7b740

Offical Documentation

Official Docs: