Difference between addSelectOption(options) And insertSelectOption(options)

Field.addSelectOption(options) Adds the select options that appears in the dropdown of a field. SuiteScript 2.x Suitelet Script Type and SuiteScript 2.x User Event Script Type (beforeLoad(context)) After you create a select or multi-select field that is sourced from a record or list, you cannot add additional values with Field.addSelectOption(options). The select values are determined by… Continue reading Difference between addSelectOption(options) And insertSelectOption(options)