SuiteLet with a LIST. I want to add a SELECT to th...
# suitescript
n
SuiteLet with a LIST. I want to add a SELECT to the rows. When I do : list.addColumn({ id: "complete", type: ui.FieldType.SELECT, label: "Complete" }); The page fails with : "You have entered an invalid type argument: SELECT" Any ideas? I actually wanted a checkbox field but they are not supported, tell me SELECT is!