Name

global.StdChangeUtils

Description

Customer extensible Class of StdChangeUtilsSNC . Customers can override the public methods of StdChangeUtilsSNC for their own business needs.

Script

var StdChangeUtils = Class.create();
StdChangeUtils.prototype = Object.extendsObject(StdChangeUtilsSNC, {

  initialize: function(request, responseXML, gc) {
  	StdChangeUtilsSNC.prototype.initialize.call(this, request, responseXML, gc);
  },

  /***************************
   *
   *Add customer changes below
   *
   ****************************/


  type: 'StdChangeUtils'
});

Sys ID

3f894542ffb00200b18affffffffff79

Offical Documentation

Official Docs: