Reputation: 21
I have customers that have several ship to addresses in netsuite. My problem is this, each one of those ship to addresses needs a different tax item. So if I were to enter a sales order and select the customer, I need some way that when I select a ship to(from the drop down) the tax item is filled in with the correct one. I have yet to find a way to link a certain ship to address to a certain tax item, not to mention have it fill in once the ship to address is selected on a sales order. Any help is appreciated.
Upvotes: 0
Views: 1075
Reputation: 160
If these tax items are just for your reference, then you can create a custom record type and store the reference shipto & taxitem. Then you can use client script to populate the taxitem based on the shipto by querying the custom record type.
Upvotes: 0