How to get all the possible values that can be listed or accepted in the list field?

If we would like to get all the options listed in the list field or multi-select field in Netsuite we can utilize the “Field.getSelectOptions(options)” function available in the record module. Using the method, we can obtain an array of available options on a dropdown select, multi-select, or radio field. The internal ID and label of… Continue reading How to get all the possible values that can be listed or accepted in the list field?