...
For more information on configuring batch taxing see the Avalara AvaTax Cloud - Configuration article.
Tax Bundles
To add bundles, run queries per below to add the custom bundle name into the database for use in the UI
1)
Insert into EZTaxTaxTypeMapping (Name, Module, TransactionType, ServiceType)
values ('CustomEzTaxBdl1', 'Custom', 20000, 20001)
Insert into EZTaxTaxTypeMapping (Name, Module, TransactionType, ServiceType)
values ('CustomEzTaxBdl2', 'Custom', 20000, 20002)
2) Add Service Tax Category accordingly on setup tab:
...
3) Edit the associated service where this bundle is to be applied and add the ‘Service Tax Category’ component and select this item from the list
...