Name

global.ChangeSuccessScoreGlobalUtils

Description

Provides access to functions for the Change success score feature that interact with global objects or functions. To modify behavior, use this script include to override functions defined in the ChangeSuccessScoreGlobalUtilsSNC script Include.

Script

var ChangeSuccessScoreGlobalUtils = Class.create();
ChangeSuccessScoreGlobalUtils.prototype = Object.extendsObject(ChangeSuccessScoreGlobalUtilsSNC, {
  initialize: function() {
  	ChangeSuccessScoreGlobalUtilsSNC.prototype.initialize.call();
  },

  type: 'ChangeSuccessScoreGlobalUtils'
});

Sys ID

1dd9bbd173181010491d235f04f6a706

Offical Documentation

Official Docs: