I'm working with a SS1.0 suitelet and I'm trying to generate a drop down field for a list that I have. The code looks something like this:
invlist.addField('passfail', 'select', 'Pass<br>Fail', '44');
This generates what looks like a drop down including the downward pointed triangle, but no options are generated and the field acts like a text box.
I have also attempted to set the field to a variable and add options to it manually, the only change this makes is that the first option is shown in the field, but it still acts like a text box.
Has anyone else run into this?