Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  1. 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)

  2. Add the Service Tax Category accordingly on the Setup menu:

    Image Added

  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

    Image Added

Post Configuration Testing

...