Skip to main content
Version: Current

Tax Rate

Overview

Direction: Business Central → Zudello
Sync Type: Incremental sync
Entity: Tax groups and rates

Tax group data synchronizes from Business Central to Zudello to ensure accurate tax calculations and compliance across purchase transactions.

Tax Compliance
  • Accurate Rates - Automated tax rate extraction from BC
  • Percentage Parsing - Smart extraction from code or description
  • Compliance Support - Maintain tax consistency across systems
  • Default Handling - Fallback to 0% for missing rates

Field Mappings

Zudello FieldBusiness Central FieldData TypeNotes
codecodeStringTax group code
namedisplayNameStringTax group description (defaults to code)
statusN/AStringAlways set to ACTIVE
ratecode, displayNameDecimalExtracted percentage rate

Processing Logic

Rate Extraction

The integration intelligently extracts the tax rate percentage from the tax group's code or displayName. It searches for the first numeric value it can find. For example, a code of "GST10" would result in a rate of 10%.

Data Processing

  • Source Priority: The system first checks the code field for a rate, and if none is found, it checks the displayName.
  • Decimal Support: The extraction process supports both whole numbers (e.g., 10) and decimal values (e.g., 8.25).
  • Fallback Logic: If the displayName is empty, the code is used as the name for the tax rate.
  • Default Rate: If no numeric value can be found in either field, the rate is set to 0.0%.

Common Tax Configurations

RegionTax Group CodeRateDescription
USGST00%Tax-exempt items
USST55%State sales tax
USST8.258.25%Combined state/local tax
EUVAT2020%Standard VAT rate
UKVAT2020%UK standard VAT
AUGST1010%Australian GST

Configuration Examples

Business Central Setup

Code: "GST10"
Display Name: "GST 10%"
Result: 10.0% rate extracted

Edge Cases

Code: "EXEMPT"  
Display Name: "Tax Exempt"
Result: 0.0% (no numeric value found)

Troubleshooting

IssueCauseSolution
Wrong tax rateIncorrect text formatEnsure numeric value in code or name
Zero rate extractedNo numbers in fieldsAdd percentage to description
Missing tax groupsSync not runningCheck tax group setup in Business Central
Rate calculation errorsDecimal parsing issuesUse standard decimal format (e.g., 8.25)