...
Tax overrides are configured in the AvaTax Admin Console. If you have issues accessing or using the Admin Console please contact Avalara.
Configuring Tax Bundles
Run the queries below to add the custom bundle name into the database for use in the UI
Insert into EZTaxTaxTypeMapping (Name, Module, TransactionType, ServiceType)
values ('CustomEzTaxBdl1', 'Custom', 20000, 20001)
Insert into EZTaxTaxTypeMapping (Name, Module, TransactionType, ServiceType)
values ('CustomEzTaxBdl2', 'Custom', 20000, 20002)Add the Service Tax Category accordingly on the Setup menu:
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
Post Configuration Testing
...