would anyone know how to set the default value for...
# suitescript
u
would anyone know how to set the default value for a custom dropdown field in a suitelet via SS2?
t
you can use a clientscript to set the default value of your dropdown list
u
I'll give that a try, thanks. Am I correct to assume that I can just use Field.defaultValue? To my knowledge select fields use key-value pairs for their values.
t
Yeah, that field.defaultvalue should work fine