Is there a way to control the values being display...
# suitescript
b
Is there a way to control the values being displayed on a custom record’s Select field using Suitescript? Preferably on a client event
s
I think the standard prescription here is to create a custom field in code for which you can control the select options.
then mirror the user selection back into the 'real' field
👍 1
b
Thanks @Shawn Talbert. Will try that