Question of the day (someone asked me this). Is it...
# suitescript
c
Question of the day (someone asked me this). Is it more performant for a script to populate a free text field or a dropdown list? Both fields will source.
b
its probably easier to measure it yourself
id expect the answer to be a text field
👍 1
especially if the dropdown has enough options to bring up the search box
c
I think the dropdown has two values
I have a feeling the answer will be trivial or not even measurable
b
id only expect you to notice in the ui, where setting the select option has to do a server call to check if the option is valid
i doubt any other scenario really matters