is there no way to change the Shipping Carrier on ...
# suitescript
d
is there no way to change the Shipping Carrier on Item Fulfillment? running into error: "Switching the shipping method to another carrier is an unsupported operation, because it requires reloading the item fulfillment form for that carrier." I have tried via
record.load
serverside, with
ignoreFieldChange
etc., nothing seems to be working thus far
appears can use the following (unfortunate) workaround: • do
record.submitFields
against fulfillment setting 'shipcarrier' field to desired changed carrier, set 'shipmethod' to
null
• do another
record.submitFields
immediately afterwards, now setting 'shipmethod' to desired value