Hey guys I want suggestions from your side.
I want to change the tax code based on the ship country when sales order is created in NetSuite via soap web services request.
What is the best way we should try to change the tax code when sales order is created? Can you guys suggest me please. Thank in advance.
e
Eric B
04/16/2021, 12:10 PM
Use a user event script
r
Ramanand Dubey
04/16/2021, 1:57 PM
@Eric B we have tried this at before submit user event but script is not trigger.
And we see in SOAP web services uses log request comes in NetSuite but it failed to create sales order.
Response:
Ramanand Dubey
04/16/2021, 1:58 PM
I want to change this tax code at the time sales order creation
e
Eric B
04/16/2021, 2:03 PM
The error message is indicating that you're using the wrong tax code to update the sales order with.
r
Ramanand Dubey
04/16/2021, 2:06 PM
Yes, I know this that's why I want to change this with suitable tax code?