Name

global.ChangeConflictExecution

Description

If necessary, use this implementation to override functionality provided in ChangeConflictExecutionSNC.

Script

var ChangeConflictExecution = Class.create();
ChangeConflictExecution.prototype = Object.extendsObject(ChangeConflictExecutionSNC, {

  initialize: function(_gr, _gs) {
  	ChangeConflictExecutionSNC.prototype.initialize.call(this, _gr, _gs);
  },

  type: 'ChangeConflictExecution'
});

Sys ID

a34bcf43733010108ef62d2b04f6a70a

Offical Documentation

Official Docs: