Hi, I'm trying to create a suitelet dropdown field...
# suitescript
j
Hi, I'm trying to create a suitelet dropdown field (
ui.FieldType.SELECT
) for the
status
field of sales orders If this were a custom field I would set
source
to the internal id of the record type where the different values are defined Is there any way to do something similar with a standard NS field like
status
? Thanks!