Does anyone know how to expose the `shipcarrier` l...
# suitescript
i
Does anyone know how to expose the
shipcarrier
list. I want to show this list on a custom record but doesnt appear on the
list/records
options. Any idea?
j
hmm is it not Shipping Method?
(just a wild stab in the dark)
actually I think I'm wrong, but isn't Shipping Carrier very fixed?
like the only options are UPS and More?
the internal id values are: ups nonups this isn't exactly what you were asking but since it's highly predictable, that might get you across the finish line
i
Really, fixed? I mean I saw that there were only those two values, but I didnt want to hardcoded it on the script just in case they added more 🤔
j
message has been deleted
this is what I mean ... NS won't let you expand it in any way
I think you can count on them not expanding it for the foreseeable future
i
oh ok, I see! Thanks!
b
keep in mind that shipcarrier is one of the fields that dont behave the same between the ui and script
scripts can set shipmethod directly on a sales order and ignore shipcarrier
i
I dont think in my case that matters, I just have a custom record that grabs the field from the SO when created and then prints that custom record fields on a tab in another record, but good to know @battk