Name

sn_chg_score.ChangeSuccessGroupScore

Description

Provides access to functions that can be used to retreive Change success score data and associated metrics for a group. To modify behavior, use this script include to override functions defined in the ChangeSuccessGroupScoreSNC script Include.

Script

var ChangeSuccessGroupScore = Class.create();

ChangeSuccessGroupScore.prototype = Object.extendsObject(ChangeSuccessGroupScoreSNC, {
  initialize: function(groupId) {
  	ChangeSuccessGroupScoreSNC.prototype.initialize.call(this, groupId);
  },

  type: 'ChangeSuccessGroupScore'
});

Sys ID

462cdfb973405010491d235f04f6a7f0

Offical Documentation

Official Docs: