Hello, is it possible to set a list value field if...
# suitescript
p
Hello, is it possible to set a list value field if you can get the value of the name?
s
Not exactly sure what you are asking, but you can set list value fields with
setValue()
call like any other field.
s
maybe it's
setText()
you're looking for, but in code it's generally preferable to use
setValue()
as @Sandii says
i.e. I almost NEVER use
setText()
s
Yeah I am not sure how/if
setText()
works on multiselect, never tried it.
p
thanks