I don't see any way to remove Select options in th...
# suitescript
e
I don't see any way to remove Select options in the
N/ui/serverWidget.Field
API or to remove Fields in the
Form
API =/ I was thinking you could do something like: * Create the second field with no options * Whenever the first field changes, remove the second field and re-create it * Use
Field.addSelectOption
to re-populate the dependent list