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
battk
12/21/2021, 6:39 AM
same rules as any default value
battk
12/21/2021, 6:40 AM
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
battk
12/21/2021, 6:42 AM
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
Hi @battk, Thanks for the help earlier, that worked.
tuli
12/22/2021, 6:07 AM
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.
tuli
12/22/2021, 6:09 AM
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.