is there any way to add options to a list/record i...
# suitescript
a
is there any way to add options to a list/record in the clientscript?
t
What do you mean by options?
a
@Tyler li
item
add item to a list/record field - clientscript
b
you can only add options to a field if it was added using N/ui/serverWidget
some people may try to tell you to use javascript to manipulate the DOM to add options
keep in mind that new options will still fail serverside if they aren't valid options
a
@battk many thanks