I need to change the shipping carrier method on IF...
# suitescript
t
I need to change the shipping carrier method on IF which is transformed from SO, it returns error, changing shipping carrier/service requires form change, I tried using the defaultvalues parameter, didn’t worked, returns invalid transform record. (Standard mode) Just hoping the dynamic mode to work.
b
same rules as any default value
do the matching action in the ui (in this case changing the carrier and ship method in the ui), then copy the url parameters that netsuite uses
if you cant do it in the ui, its safer to find steps in the ui to do what you need to do and copy it in script
Let me try this one.
Hi @battk, Thanks for the help earlier, that worked.
I also had to change the package sublist based on that and update the tracking number there. So package sublist was dynamic, like packageups, packageusps, packagefedex.
That worked, I also think the tracking number that I am putting in there(not generating integrating shipping labels), will not be tracked using the netsuite native functionality.