Name

global.ChangeFormUI

Description

Utility class for the Change management Form UI. Customer customization point for ChangeFormUISNC.

Script

var ChangeFormUI = Class.create();
ChangeFormUI.prototype = Object.extendsObject(ChangeFormUISNC, {
  initialize: function(_currChgGr, _gs) {
  	ChangeFormUISNC.prototype.initialize.call(this, _currChgGr, _gs);
  },

  type: 'ChangeFormUI'
});

Sys ID

bbbc8f2b5320201034d1ddeeff7b1281

Offical Documentation

Official Docs: