Name

global.ProblemTaskStateSNC

Description

Problem task state constants, use these constants when determining which problem task state to use.

Script

var ProblemTaskStateSNC = Class.create();

ProblemTaskStateSNC.NEW               = "151";
ProblemTaskStateSNC.ASSESS            = "152";
ProblemTaskStateSNC.WORK_IN_PROGRESS  = "154";
ProblemTaskStateSNC.CLOSED            = "157";

ProblemTaskStateSNC.prototype = {
  initialize: function() {
  },

  type: 'ProblemTaskStateSNC'
};

Sys ID

35988ceb535b13004247ddeeff7b12cc

Offical Documentation

Official Docs: