What's best practices for populating the value of ...
# suitescript
d
What's best practices for populating the value of list field when you don't know the id of the option you need? I tried loading the field and using getSelectOptions, but I get a
cannot find function getSelectOptions in object field
error. I think before when I've seen this it was related to the object not being in dynamic mode, but getField doesn't take isDynamic as an option.