How D365 F&O layers country functionality on top of a single global core, the dedicated tax engine that replaces IFS's PostingCtrl-embedded tax posting, and the Electronic Reporting stack that produces statutory files such as SAF-T without writing code.
Every chapter so far in this track has assumed a single country, a single tax regime, a single statutory calendar. Real programmes rarely get that luxury, and this is the one domain on this site with no existing IFS-side chapter to build on — there is no prior localisation content here to avoid repeating, and no equivalent chapter number…
Every D365 F&O legal entity carries a country/region context — set from its primary address — and that context is what the platform uses to decide which country-specific behaviour to light up. Feature management, Electronic Reporting configurations, and specific report layouts all key off it.
D365's indirect-tax framework covers sales tax, VAT, GST and withholding tax through one consistent set of building blocks, and the sequence in which they are defined matters:
IFS does not have a separately named "tax module" in the way D365 does; tax is one more outcome of the same PostingCtrl matrix that determines every other account. Two Posting Type prefixes carry the weight: IP3 (VAT output), part of the invoicing-side IP series alongside IP1 (Revenue) and IP2 (Trade receivable), and PP3 (VAT input),…
Withholding tax — a portion of a payment retained and remitted directly to a tax authority on behalf of the payee, common on supplier payments in many jurisdictions — exists conceptually on both platforms and the core decision transfers cleanly: does withholding trigger at invoice posting or at payment posting, and at what rate, for…
Intrastat — the statistical declaration of intra-EU goods movement by commodity code, weight and value — exists in D365 under Foreign trade, and the migration task is populating the same commodity-code and movement-type reference data D365 needs, sourced from whatever IFS already tracks for the same purpose.
Electronic invoicing mandates — a growing share of VAT jurisdictions worldwide now require invoices to be transmitted through, or cleared by, a government or government-approved platform before they are legally valid — are served in D365 by the Electronic Invoicing add-on service: configurable transformation of business data into…
Electronic Reporting (ER) is the mechanism that makes "produce this statutory file without code" a genuine, not aspirational, claim, because it separates four concerns that a bespoke report normally tangles together:
Two decisions dominate a multi-country D365 rollout, and both need to be made once, early, because everything else in this chapter's tax and reporting configuration assumes an answer:
D365 F&O treats country functionality as a layer over a single global core, delivered through exactly three paths — Microsoft-shipped, ISV, or self-built — and knowing which path a given requirement falls into is the single most useful habit this chapter can leave you with.