Name

global.MessageChoiceListBuilder

Description

No description available

Script

var MessageChoiceListBuilder = Class.create();
MessageChoiceListBuilder.prototype = {
  initialize: function() {
  },

  getStatusChoiceList: function() { 
  	return GlideChoiceList.getChoiceList('sys_cs_message', 'status');
  },
  
  type: 'MessageChoiceListBuilder'
};

Sys ID

1ea2aa77737b00104a905ee515f6a738

Offical Documentation

Official Docs: