Name

global.StandardChangeTemplate

Description

No description available

Script

var StandardChangeTemplate = Class.create();

StandardChangeTemplate.findById = StandardChangeTemplateSNC.findById;
StandardChangeTemplate.findAll = StandardChangeTemplateSNC.findAll;

StandardChangeTemplate.prototype = Object.extendsObject(StandardChangeTemplateSNC, {

  initialize: function(_gr, _gs) {
  	StandardChangeTemplateSNC.prototype.initialize.call(this, _gr, _gs);
  },

  type: "StandardChangeTemplate"
});

Sys ID

266cb918b713130096c3e4f6ee11a91e

Offical Documentation

Official Docs: