nah <@U5375UUJ2> <@U2ASTKU79> there is a client si...
# suitescript
j
nah @stalbert @mattdahse there is a client side api for changing the select options
Copy code
var field = currentRecord.getField(...);
field.removeSelectOption(...);
field.insertSelectOption(...);
r
Does this work for native select fields or only those created via UI?
s
according to the docs, code-created fields only