web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Unanswered

Tennessee Tiered Sales Tax Solution?

(0) ShareShare
ReportReport
Posted on by 787

So here is how Tennessee expects to collect sales taxes --> https://help.avalara.com/Frequently_Asked_Questions/Product_and_Service_Taxability_FAQ/How_is_the_Tennessee_Tiered_Tax_applied%3F. Three tiers based on each line item's sale. With thresholds depending on each line item's dollar amount. Has anyone been able to configure these conditional taxes out of the box in BC 365? We are currently on v19.5. Any tips would be appreciated!

I have the same question (0)
  • Greg Kujawa Profile Picture
    787 on at

    To make things more concrete, here is how the tiered taxes would be applied in terms of sample AL code:

            if (SalePrice > 1600.00) and (SalePrice < 3200.00) then begin
                TaxAmountState := SalePrice * 0.07;
                TaxAmountLocal := 1600 * 0.0225;
                TaxAmountArticle := (SalePrice - 1600.00) * 0.0275;
            end
            else
                if (SalePrice >= 3200.00) then begin
                    TaxAmountState := SalePrice * 0.07;
                    TaxAmountLocal := 1600 * 0.0225;
                    TaxAmountArticle := 1600 * 0.0275;
                end
            else begin
                TaxAmountState := SalePrice * 0.07;
                TaxAmountLocal := SalePrice * 0.0225;
                TaxAmountArticle := 0.00;
            end;

  • Greg Kujawa Profile Picture
    787 on at

    Based on the lack of response, I can only assume that this can't be configured OOTB. And would presumably require a custom AL extension.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,055 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,063 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 1,014 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans