Hi all, I would like to get value on dropdown list...
# suitescript
s
Hi all, I would like to get value on dropdown list in the record.
e
In what context? What have you tried so far?
r
You still use recordObj.getValue() even if it is a drop-down select field. Remember that it will use internal ID values for those options when using get and set value. If you want the text value returned you can use .getText()