Name

sn_skill_cfg_page.ManageSkillsConstants

Description

No description available

Script

var ManageSkillsConstants = Class.create();
ManageSkillsConstants.prototype = {
  initialize: function() {},
  GROUP_BY_DEPARTMENT: {
      'id': 'department',
      'label': 'department'
  },
  GROUP_BY_ASSIGNMENT_GROUP: {
      'id': 'group',
      'label': 'Groups that I manage'
  },
  GROUP_BY_DROPDOWN_ITEMS: function() {
      return [this.GROUP_BY_DEPARTMENT, this.GROUP_BY_ASSIGNMENT_GROUP];
  },
  type: 'ManageSkillsConstants'
};

Sys ID

48220591530a6110dd61ddeeff7b12c1

Offical Documentation

Official Docs: