Name

global.StdChangeTaskUtils

Description

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

Script

var StdChangeTaskUtils = Class.create();
StdChangeTaskUtils.prototype = Object.extendsObject(StdChangeTaskUtilsSNC, {

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

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


  type: 'StdChangeTaskUtils'
});

Sys ID

381f8771eb7032002a7a666cd206fecd

Offical Documentation

Official Docs: