Name

global.ChangeFlowUtil

Description

Flow utilities for Change Request. Override the behaviour in the ChangeFlowUtilSNC script-include here. Used by the Show Flow action on Change Request. Used by the following Flow Actions - Cancel Change Tasks created from Flow - Disregard Change Request Approvals

Script

var ChangeFlowUtil = Class.create();
ChangeFlowUtil.prototype = Object.extendsObject(ChangeFlowUtilSNC, {

  initialize: function(changeRequestGR) {
  	ChangeFlowUtilSNC.prototype.initialize.call(this, changeRequestGR);
  },

  type: 'ChangeFlowUtil'
});

Sys ID

b0b9d63b730310108ef62d2b04f6a7ad

Offical Documentation

Official Docs: