#C298P0BCK #C29HQS63G I am trying to default the tax code to Non Taxable on certain orders for a customer, but the orders are being created via Celigo and Celigo is using the taxes coming from Shopify. I am trying to use After Submit in a user event script to set the line tax code to Non Taxable for each line on the SO, but it isn't working. Celigo is showing an error that the script is trying to set the value if I use an ID that doesn't exist.
For example if I try to set the tax code to ID "AA" it says 'Cannot find tax code of AA", which makes sense. So I know that the script is triggereing correctly, but for some reason when I am using the right tax code ID it just doesn't seem to make any impact on the SO at all.
Any tips or tricks to successfully working with the tax code and tax rate on sales orders to hardcode them to Non taxable upon CREATE?