Name
global.STTRMState
Description
Customer customization point for the STTRMStateSNC class
Script
var STTRMState = Class.create();
STTRMState.prototype = Object.extendsObject(STTRMStateSNC, {
initialize: function(stateGr, _gs) {
STTRMStateSNC.prototype.initialize.call(this, stateGr, _gs);
},
type: 'STTRMState'
});
Sys ID
dc93fa185303101034d1ddeeff7b12d2