Name

global.StandardChangeProcess

Description

The standard change request API. Provides an abstraction from the legacy and new change types and state models. If customization is required please override functions here.

Script

var StandardChangeProcess = Class.create();

StandardChangeProcess.newChangeProcess = StandardChangeProcessSNC.newChangeProcess;
StandardChangeProcess.newChange = StandardChangeProcessSNC.newChange;
StandardChangeProcess.findAll = StandardChangeProcessSNC.findAll;
StandardChangeProcess.findById = StandardChangeProcessSNC.findById;

StandardChangeProcess.prototype = Object.extendsObject(StandardChangeProcessSNC, {
  initialize: function(_gr, _gs) {
  	StandardChangeProcessSNC.prototype.initialize.call(this, _gr, _gs);
  },

  type: "StandardChangeProcess"
});

Sys ID

22552174534313004667ddeeff7b1222

Offical Documentation

Official Docs: