Name

global.InteractionChoiceListBuilder

Description

No description available

Script

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

  getStateChoiceList: function() { 
  	return GlideChoiceList.getChoiceList('interaction', 'state');
  },

  getTypeChoiceList: function() { 
  	return GlideChoiceList.getChoiceList('interaction', 'type');
  },
  
  type: 'InteractionChoiceListBuilder'
};

Sys ID

767e1b72732200104a905ee515f6a72f

Offical Documentation

Official Docs: