Name

global.ReadOnlyTaskSLAController

Description

Customer extensible version of ReadOnlyTaskSLAControllerSNC. Called from SLATimeLineV2.

Script

var ReadOnlyTaskSLAController = Class.create();
ReadOnlyTaskSLAController.prototype = Object.extendsObject(ReadOnlyTaskSLAControllerSNC, {
  initialize: function() {
  	ReadOnlyTaskSLAControllerSNC.prototype.initialize.call(this);
  },

  type: 'ReadOnlyTaskSLAController'
});

Sys ID

685ae4819f4b22002920bde8132e70f1

Offical Documentation

Official Docs: