Hi all, I would like to get value on dropdown list in the record.
e
erictgrubaugh
10/18/2023, 1:20 PM
In what context? What have you tried so far?
r
Ryan Valizan
10/21/2023, 5:10 PM
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()