does anyone know if you can use the insertSelectOp...
# suitescript
n
does anyone know if you can use the insertSelectOption with a native list field? (project status)
b
no
n
ok, any way to filter out the values based on role for a native field like that? I would assume no then
b
the usual suitescript answer is to create your own field with whatever options you want
n
that's what I thought
b
and set the native field with whatever options are in your custom field
the high maintenance javascript answer is that you can probably manipulate the dom
e
insertSelectOption only works with fields that start with ‘custpage’