good morning! does anyone knows how I can get the ...
# suitescript
m
good morning! does anyone knows how I can get the valid list of shipping carriers for a sales order? I mean via suitescript. I am creating a sales order via suitescript and I need to set a valid carrier. Thanks in advance
b
usually you can get away with not setting the carrier
setting the ship method automatically sets the carrier
m
yes but in this case i need to get the list of available carriers
b
otherwise Field.getSelectOptions is the usual choice
m
i could not find where to get this list
oh good call
directly from teh sales order
thanks Battk