try {
if (CalloutHelper.commandInCommandList(command, "inpinpoutputtype")) {
if (!isFirst) resultado.append(", \n");
comboTableData = new ComboTableData(vars, this, "17", "outputType", "800104", "1000200002", Utility.getReferenceableOrg(vars, vars.getStringParameter("inpadOrgId")), Utility.getContext(this, vars, "#User_Client", windowId), 0);
comboTableData.fillParameters(null, windowId, "");
resultField = "inpoutputtype";
resultado.append("new Array(\"" + resultField + "\", ");
resultado.append(generateArray(comboTableData.select(false), vars.getStringParameter(resultField)));
comboTableData = null;