Name
sn_itsm_workspace.ITSMChoiceValuesAJAX
Description
No description available
Script
var ITSMChoiceValuesAJAX = Class.create();
ITSMChoiceValuesAJAX.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {
getTableChoicesAJAX: function() {
var tableName = this.getParameter('sysparm_table');
var tableField = this.getParameter('sysparm_field');
if (!tableName || !tableField)
return "";
return new ITSMChoiceValues().getTableChoices(tableName, tableField);
},
type: 'ITSMChoiceValuesAJAX'
});
Sys ID
e9084518238c00105912dc1756bf65d7