Name

global.ProblemRelatedListIncidentItemFilter

Description

No description available

Script

var ProblemRelatedListIncidentItemFilter = Class.create();
ProblemRelatedListIncidentItemFilter.prototype = {
  CONSTANTS: {
  	PROBLEM_TABLE: "problem",
  	PROBLEM_ID: "problem_id"
  },

  getFilterQuery: function() {
  	return new global.BulkAddRecords().getFixedQuery(this.CONSTANTS.PROBLEM_TABLE, this.CONSTANTS.PROBLEM_ID);
  },

  handles: function(thing) {
      return thing == "PROBLEM_INCIDENT_QUERY_FILTER";
  },

  type: 'ProblemRelatedListIncidentItemFilter'
};

Sys ID

b99116fdc3a21010e8a0a6bec840dd71

Offical Documentation

Official Docs: