Name

sn_chg_score.ChangeSuccessScoreRating

Description

Provides access to functions that are used when creating or updating Change Success Score Rating records. To modify behavior, use this script include to override functions defined in the ChangeSuccessScoreRatingSNC script Include.

Script

var ChangeSuccessScoreRating = Class.create();
ChangeSuccessScoreRating.prototype = Object.extendsObject(ChangeSuccessScoreRatingSNC, {
  initialize: function(ratingGr) {
  	ChangeSuccessScoreRatingSNC.prototype.initialize.call(this, ratingGr);
  },

  type: 'ChangeSuccessScoreRating'
});

Sys ID

7c74452b73001010491d235f04f6a713

Offical Documentation

Official Docs: