would anyone know how to set the default value for a custom dropdown field in a suitelet via SS2?
t
Tyn Guardian
11/17/2021, 9:04 AM
you can use a clientscript to set the default value of your dropdown list
u
7px
11/17/2021, 9:09 AM
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.