A growing manufacturer outgrows their accounting system and a consultant suggests Finance and Operations. Six months into discovery the customer realizes F&O is a Tier 1 ERP that costs as much to implement as it costs to license, and they are not the customer it was built for. The right tier matters more than the right vendor. F&O is excellent for the customers it fits and brutal for the ones it does not.
Finance and Operations vs Business Central
F&O (now Dynamics 365 Finance plus Supply Chain Management) is Tier 1 ERP — large enterprises, multi-entity, multi-currency, complex manufacturing. Business Central is for small and mid orgs. The dividing line is roughly: 250 plus employees, multiple legal entities, complex manufacturing, sophisticated finance consolidation = F&O. Below that = Business Central.
F&O fits when you have:
- 250+ employees
- Multi-entity, multi-currency consolidation
- Discrete or process manufacturing
- Inventory across multiple warehouses globally
- Localization needs across 5+ countries
Business Central fits when:
- Under 250 employees
- Single or few legal entities
- Light manufacturing
- Inventory in one or few warehouses
- Localization in 1-3 countries
Modules
Finance (GL, AP, AR, tax, cash), Supply Chain (inventory, warehouse, transportation), Project Operations (project accounting), Commerce (point of sale, e-commerce). Each module is heavy; F&O implementations rarely deploy all modules at once.
Module rollout order that works:
Phase 1: Finance (GL first, then AP, then AR)
Phase 2: Supply Chain (inventory, then procurement)
Phase 3: Project Operations (if applicable)
Phase 4: Commerce (if applicable)
Sequencing matters. Trying to go live on everything at once is the most common failure pattern.
Dataverse Integration
F&O data surfaces in Dataverse via dual-write. Customer, product, vendor records sync bidirectionally. Power Apps and Power Automate build on the Dataverse representation. Dual-write latency in 2026 Wave 1 dropped meaningfully, which finally makes inventory-aware quoting practical.
Dual-write entities most teams enable:
- Customer (account)
- Vendor (account with vendor flag)
- Product (released product)
- Sales order
- Purchase order
- Inventory on-hand
Each entity has a sync direction and a transformation. Document them; the next admin will need to know which side is the source of truth.
Finance Copilot
AI features in finance: variance analysis, cash flow forecasting, chat with your data. Growing capability, valuable for finance analysts who hate Excel pivots. The chat interface is the most-used feature; analysts ask questions in natural language and get back charts or tables grounded in the GL data.
Common Finance Copilot prompts:
- "What is the variance on operating expenses this month?"
- "Show me cash flow forecast for next quarter"
- "Which AR accounts are over 90 days?"
- "Compare this quarter's revenue to plan"
Validate the Copilot response against the underlying data for the first month. Trust builds with verification.
Implementation Reality
F&O implementations run 12 to 24 plus months for mid-enterprise. Partner-led. Budget accordingly. Do not shoehorn F&O into a small org — Business Central is the right tier. The most expensive mistake is choosing F&O when Business Central would work; the second most expensive is choosing Business Central when F&O is required.
Implementation cost ratio:
- License: 1x
- Implementation: 1.5x to 2.5x license cost
- Year 2 enhancement: 0.5x license cost
- Ongoing managed services: 0.3x license cost annually
The ratio is well-known and consistent; if your business case assumes a lower ratio, it is wrong.
Localization and Compliance
F&O supports country localizations including tax, statutory reporting, and language. Each country adds implementation complexity. A 10-country deployment is not 10 times harder than 1 country; it is closer to 4 times due to shared infrastructure, but the testing matrix is brutal.
Performance and Scale
F&O scales to billions of transactions. Performance tuning requires understanding the underlying SQL and the X++ data access patterns. Most performance issues in production trace back to custom code that did not consider the cardinality of the underlying tables.
What to do this week
If you are evaluating F&O versus Business Central, run the fit checklist above with your finance and operations leaders. If you are mid-implementation, audit the dual-write configuration for entities you do not actually need synced. Trim the scope where you can.