Is it possible to set an item fulfillment to `Pack...
# suitescript
e
Is it possible to set an item fulfillment to
Packed
? Using
record.submitFields({type:record.Type.ITEM_FULFILLMENT, id: 252338, values:{status: 'ItemShip:B'}});
doesn't set the status.
m
Set
shipstatus
rather than
status
👍 1
e
Thanks, that worked