Dynamics GP to Business Central Migration: IT Manager's Checklist

Microsoft's end-of-mainstream-support deadline for Dynamics GP has turned a slow-burning IT conversation into a boardroom priority. If you are an IT manager or CTO sitting on a GP environment — possibly layered with SalesPad, Mekorma, or a decade of custom Dexterity code — you already know that "just migrate to Business Central" is not a plan. It is a wish. This post gives you the replicable, decision-maker-ready framework that most migration guides skip: the data layer risks, the feature parity map, the parallel-run playbook, and the honest criteria for when Business Central is the right landing zone versus when Dynamics 365 Finance & Operations is actually cheaper at scale.

Why Dynamics GP Migrations Fail at the Data Layer

The most expensive surprises in any GP migration do not happen during the go-live weekend. They happen three months earlier, when the integration architect opens the GP database for the first time and finds what the business has built on top of the vanilla product over fifteen years.

ISV Dependencies That Business Central Cannot Simply Absorb

GP's extensibility model allowed ISVs to write directly against the Great Plains SQL database using Dexterity, eConnect, or direct table manipulation. Business Central's extension model is entirely different — it runs on AL code against an abstracted data layer, and no GP ISV product migrates automatically. Before you begin any migration project, audit every third-party product in your GP stack against its Business Central AppSource equivalent.

Legacy Integrations: The Hidden Debt

GP environments that have been in production for more than eight years almost always carry integrations built on Integration Manager, eConnect web services, or flat-file FTP drops into the GP SQL tables. None of these integration patterns work in Business Central. BC uses OData APIs, Business Central web services, and AL-based APIs. Map every inbound and outbound data flow before migration starts, and budget rebuild time for each one. A conservative estimate for a mid-market manufacturer is 40 to 120 hours of integration rebuild per connected system.

Your Data Layer Audit Checklist

Side-by-Side Feature Parity Map: GP + SalesPad vs. Business Central in 2026

One of the most common mistakes IT managers make is assuming Business Central is a feature-for-feature replacement for a heavily customized GP environment. In many areas it is. In some areas it exceeds GP. In a few critical areas, you will need AppSource extensions to close the gap.

Capability Area Dynamics GP + SalesPad Business Central Native + AppSource (2026)
Sales Order Entry UX SalesPad grid-based, fast keyboard entry BC native is form-based; Cavallo for BC or Insight Works replicates grid UX
Inventory Lot & Serial Tracking Native with SalesPad scan support Native in BC; warehouse management module required for scan workflows
Multi-Company Consolidation Manual or via Binary Stream MEM Native intercompany; stronger than GP but different workflow logic
Fixed Assets Native GP Fixed Assets module Native in BC; comparable functionality
Advanced Manufacturing (MRP, Production Orders) GP Manufacturing module (limited) BC Manufacturing is stronger natively; Insight Works DynamicsPrint and WMS extend further
Payables & Check Printing Mekorma MICR, batch approval workflows Mekorma for BC available; Power Automate approval flows supplement
Reporting & Analytics SSRS, SmartList, Excel Add-in Power BI embedded, Financial Reporting (native), Jet Reports on AppSource
EDI Integration Third-party (SPS Commerce, TrueCommerce via eConnect) Same vendors support BC via API; re-mapping required but vendors are experienced

The key takeaway: Business Central in 2026 closes most of the GP feature gap natively, but distributors and manufacturers running SalesPad-heavy workflows will need a deliberate AppSource extension strategy, not a one-size-fits-all BC implementation.

Phased Cutover Framework for Manufacturers and Distributors

Running GP and Business Central in parallel sounds simple in a slide deck and is genuinely complex in production. Here is a phased framework that mid-market manufacturers and distributors have used to make parallel operation manageable without doubling the support burden on an already stretched IT team.

Phase 1: Stabilise and Isolate (Months 1–2)

Phase 2: Data Migration Dry Runs (Months 3–5)

-- GP Cloud Migration Tool prerequisite check
-- Run in GP SQL database before initiating migration
SELECT DB_NAME() AS [Database],
       COUNT(*) AS [Open Transactions]
FROM   SOP30200
WHERE  VOIDSTTS = 0
  AND  SOPTYPE IN (2,3)
  AND  BACHNUMB = ''
ORDER BY 1;
-- Any unposted batches must be cleared before migration tool runs

Phase 3: Parallel Run (Months 6–7)

Phase 4: Decommission and Archive (Month 8+)

Decision Criteria: Business Central vs. Finance & Operations

Not every GP customer should land on Business Central. Microsoft's messaging sometimes obscures this, but the decision criteria are actually quite clear once you look at the numbers and operational complexity honestly.

Choose Business Central When:

Consider Finance & Operations When:

The honest truth: For the majority of GP's installed base — mid-market manufacturers and distributors under $500M in revenue — Business Central is the correct landing zone. F&O's implementation timelines (12–24 months), licence costs, and complexity overhead are genuinely not justified below that threshold. The cases where GP customers should go to F&O are real but represent a minority of the installed base.

Your Pre-Migration Technical Readiness Checklist

Before you engage a Microsoft partner or issue an RFP, use this checklist to assess your organisation's readiness and frame the conversation accurately.

Conclusion

Dynamics GP migrations fail when organisations treat them as software upgrades instead of what they actually are: ERP re-implementations that happen to carry fifteen years of business logic, custom code, and integration debt into a fundamentally different architectural model. The IT managers and CTOs who navigate this successfully are the ones who do the unglamorous audit work first, make the BC-versus-F&O decision with real data, and run a time-boxed parallel operation instead of an open-ended one.

At CRMONCE, we work with manufacturers and distributors across India and the broader Microsoft partner ecosystem to design and execute GP-to-Business Central migrations that account for exactly the complexity described in this checklist. If you are past Microsoft's mainstream support window and ready to build a migration plan that actually holds up under technical scrutiny, reach out to our team for a no-obligation readiness assessment.

This post references and expands on Microsoft's official Dynamics GP to Business Central migration documentation and the GP Cloud Migration Tool available in the Business Central administration centre. Always validate feature parity and licence costs with your Microsoft partner against the current release wave, as Business Central receives two major updates per year.