Join Slack
Powered by
Can I add Inventory Numbers on a select field in a...
# suitescript
a
Alan Fitch
06/18/2021, 2:56 PM
Can I add Inventory Numbers on a select field in a suitelet?\
b
battk
06/18/2021, 3:04 PM
there are 3 methods of sourcing a select field
battk
06/18/2021, 3:05 PM
first is to do a search or query and use
Field.addSelectOption
to add the results as select options
battk
06/18/2021, 3:06 PM
second is to use the source parameter of
Form.addField
battk
06/18/2021, 3:07 PM
the source can be an internal id number, which uses the same options as the
List/Record
field when you create a custom field in the ui
battk
06/18/2021, 3:10 PM
or it can be some text type that netsuite doesnt really document
Open in Slack
Previous
Next