Name

sn_chg_score.ChangeSuccessScoreUtils

Description

Provides access to utility functions for the Change success score feature. To modify behavior, use this script include to override functions defined in the ChangeSuccessScoreUtilsSNC script Include.

Script

var ChangeSuccessScoreUtils = Class.create();

ChangeSuccessScoreUtils.prototype = Object.extendsObject(ChangeSuccessScoreUtilsSNC, {
  initialize: function() {
  	ChangeSuccessScoreUtilsSNC.prototype.initialize.call(this);		
  },

  type: 'ChangeSuccessScoreUtils'
});

Sys ID

9d697f2f73b30010491d235f04f6a775

Offical Documentation

Official Docs: