ERP migration
Field-level mapping, validation, and rollback between ManEx and Microsoft Dynamics 365 Business Central. We move data and schema; workflows are rebuilt natively in Microsoft Dynamics 365 Business Central.
ManEx
Source
Microsoft Dynamics 365 Business Central
Destination
Compatibility
10 of 14
objects map 1:1 between ManEx and Microsoft Dynamics 365 Business Central.
Complexity
BStandard
Timeline
4-6 weeks
Overview
Moving from ManEx ERP to Microsoft Dynamics 365 is an on-premise-to-cloud ERP transition driven by ManEx's structural limitations: no public API forces direct database access or flat-file exports, the quoting module fails under complex BOM pricing, Stimulsoft web reporting produces rendering failures, and the Cube successor product remains in an unresolved three-plus-year beta. We extract directly from ManEx's database or UI export function and map each entity to the appropriate Dynamics 365 Finance and Supply Chain Management or Business Central object depending on deployment tier and user count. Customer and vendor master records move cleanly; purchase orders preserve partially-received lifecycle flags; sales orders require multi-price-list value remapping; BOMs undergo explicit decomposition into production structures; shop floor transactions map to work order or production journal entries; AP/AR ledgers carry aging bucket and status flags into the destination. We do not migrate document attachments, workflows, or alerts as code. We deliver a written inventory of ManEx workflows, alerts, and automation rules with D365 equivalents for the customer's admin team to rebuild post-migration.
Every standard and custom field arrives verified.
AI proposes the map; you confirm before any record moves.
Parent–child, lookups, and ownership stay linked.
Calls, emails, meetings — with original timestamps.
Documents, uploads, and inline notes move with the record.
Source platform
ManEx platform overview
Scorecard, SWOT, gotchas, and pricing for ManEx.
Destination platform
Microsoft Dynamics 365 Business Central platform overview
Scorecard, SWOT, gotchas, and pricing for Microsoft Dynamics 365 Business Central.
Data migration guide
The complete Dynamics 365 Business Central migration guide
Data model, import mechanisms, field mapping strategy, pitfalls, and cutover — by the engineers running it.
Destination checklist
Dynamics 365 Business Central migration checklist
Pre- and post-cutover tasks for moving onto Microsoft Dynamics 365 Business Central.
Why teams make this switch
Leaving
What's pushing teams away
Choosing
What's pulling them in
Object mapping
Each row shows how a ManEx object lands in Microsoft Dynamics 365 Business Central, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
ManEx
Customer
Microsoft Dynamics 365 Business Central
CustTable (F&O) / Customer (Business Central)
1:1ManEx Customer records include contact details, account assignments, and address data in a flat, stable schema. We extract via direct DB query or ManEx's UI export function and map to D365 CustTable (Finance and Supply Chain Management) or the Customer table (Business Central). The customer's account group maps to a D365 Customer Group; the payment terms map to D365 PaymentTermId. Address data maps to the LogisticsPostalAddress structure with the primary address flagged for invoice and delivery roles. All Customers migrate before any related Sales Orders to satisfy parent-record lookup requirements.
ManEx
Vendor
Microsoft Dynamics 365 Business Central
VendTable (F&O) / Vendor (Business Central)
1:1Vendor master data in ManEx is a distinct entity from Customer and includes PO history and RMA associations. We preserve the vendor-supplier relationship separately during migration to avoid merging suppliers with customers. The vendor group maps to D365 Vendor Group, and the primary address maps to LogisticsPostalAddress. Vendor payment terms and currency codes migrate as explicit field values to prevent default-to-system settings in D365.
ManEx
Chart of Accounts
Microsoft Dynamics 365 Business Central
MainAccount + FinancialDimensions (F&O) / G/L Account (Business Central)
1:1ManEx GL accounts use standard account types (asset, liability, equity, revenue, expense) with a flat numbering structure. We map each ManEx account code and type to D365 MainAccount with the corresponding account type, and map any active dimensions (Cost Center, Department, Business Unit) to D365 FinancialDimensions or Business Central's dimension sets. Inactive or suspense accounts are flagged and set to blocked status in D365. This entity migrates before AP/AR ledger entries because those records reference account codes.
ManEx
Purchase Order
Microsoft Dynamics 365 Business Central
PurchTable + PurchLine (F&O) / Purchase Order (Business Central)
1:1ManEx PO records include line items tied to BOMs, vendor assignments, and receiving status. We preserve the full PO lifecycle including partially received orders, mapping their status flags explicitly to D365 PurchTable status (Draft, Submitted, Invoiced, Cancelled). Partially received POs represent a common gotcha in manufacturing ERPs because the receiving status must map precisely to D365's PO status flags or the receiving team will see incorrect open-PO quantities post-migration. This is one of the first objects we validate post-import against ManEx's receiving report.
ManEx
Sales Order
Microsoft Dynamics 365 Business Central
SalesTable + SalesLine (F&O) / Sales Order (Business Central)
1:1ManEx SO records include pricing, customer linkage, and fulfillment status. Multi-price-list pricing on SOs requires explicit value-mapping in D365 because ManEx price list IDs are not portable across ERP systems. We map price list names to D365 Trade Agreement price groups or customer-specific price lists and flag any pricing rule that cannot be directly translated. SO status (Open, Shipped, Invoiced, Cancelled) maps to D365 SalesTable status. SOs are imported after Customers to satisfy the CustAccount foreign key.
ManEx
Bill of Materials
Microsoft Dynamics 365 Business Central
ProdBOM + ProdRoute (F&O) / Production BOM + Routing (Business Central)
1:manyManEx BOMs include multi-level component structures and routing data. Complex multi-level BOMs with phantom assemblies require decomposition during migration; we evaluate each BOM for level count and phantom assembly flags and decide whether to flatten into a single-level D365 Production BOM or preserve the multi-level hierarchy using D365's BOM versioning and approval workflow. Route operations from ManEx map to D365 ProdRoute with work center and operation time data. BOM decomposition is the most time-intensive planning step for manufacturing ERP migrations because the production scheduling logic in D365 depends on correct BOM and Route structures.
ManEx
Shop Floor Transactions
Microsoft Dynamics 365 Business Central
ProdJournalTable + ProdJournalTrans (F&O) / Production Journal (Business Central)
1:1ManEx real-time shop floor data tracks labor time, machine cycles, and material consumption per work order. This transactional data is timestamped and contextual; we map it to D365 production journal entries (ProdJournalTable and ProdJournalTrans) which represent the production postings for the corresponding work orders. We preserve the original transaction timestamp and map the employee or work center reference to the D365 worker or work center. Large shop floor transaction histories may require batched import with Bulk API or staging table approach.
ManEx
Inventory
Microsoft Dynamics 365 Business Central
InventSum + InventDim (F&O) / Item Ledger Entry + Bin (Business Central)
1:1ManEx inventory quantities, locations, and lot or serial data are extracted from the materials management module. We handle multiple warehouse locations and on-hand quantities, preserving lot traceability and serial number records. Each ManEx warehouse location maps to a D365 Site and Warehouse combination (InventDim), and the on-hand quantity maps to InventSum. Lot and serial number data migrates to D365 InventBatch and InventSerial tables with full traceability lineage. This entity migrates before any inventory transactions (SOs, POs, shop floor journals) to establish correct on-hand starting points.
ManEx
AP/AR Ledger
Microsoft Dynamics 365 Business Central
VendInvoiceJournal + CustInvoiceJournal (F&O) / Vendor Ledger Entry + Customer Ledger Entry (Business Central)
1:1Open payables and receivables migrate with their current status, aging buckets, and payment terms. Historical transactions require special handling because ManEx may store them in archived or compressed tables that are not surfaced in the standard application export. We flag historical AP/AR as a scope item during discovery and assess whether the customer needs historical ledger data included. If included, we negotiate additional extraction and transformation time, and evaluate D365's ledger entry capacity for high-volume historical records. Payment terms from ManEx may be informal or non-standard; we map them to D365 PaymentTermId values and flag any ManEx-specific terms that lack a D365 equivalent for the AP/AR team to resolve before migration.
ManEx
RMA Records
Microsoft Dynamics 365 Business Central
ReturnOrderHeader + ReturnOrderLine (F&O) / Return Receipt (Business Central)
1:1RMAs represent return or repair states tied to original SOs or POs. Their status codes (open, in-progress, closed) require explicit value-mapping because the RMA state machine differs between ManEx and D365. We map RMA status to D365 ReturnOrder status and preserve the link to the originating SO or PO. RMA disposition codes (repair, replace, scrap, return to stock) may not map directly; we create a disposition code mapping table during scoping and flag any disposition that requires a custom D365 return reason code.
ManEx
Documents
Microsoft Dynamics 365 Business Central
Not applicable
1:1Document attachments stored within ManEx's document management module are not accessible via a public API and may use proprietary formats. We do not migrate document attachments as part of standard scope. We deliver a manifest of all document references with their original storage paths and a recommendation for re-uploading them into D365 SharePoint Online or Dataverse as part of the customer's post-migration document strategy. Document relocation is a manual step outside the data migration pipeline.
ManEx
Project Management (optional module)
Microsoft Dynamics 365 Business Central
ProjTable + ProjJournalTrans (F&O) / Job (Business Central)
lossyThe ManEx Project Management module is optional and not always activated. During discovery we identify whether it is active and, if so, what schemas it uses. If active, we scope project header records (ProjTable), project transactions (ProjJournalTrans), and billing lines for migration to D365 Project Operations or Business Central Jobs. If the module is inactive or the schemas are undocumented, it is excluded from migration scope and flagged in the handoff document.
ManEx
Repair (optional module)
Microsoft Dynamics 365 Business Central
ServiceOrderTable + ServiceOrderTrans (F&O) / Service Order (Business Central)
lossyThe ManEx Repair module is optional and additive to the core ERP schema. If active, repair orders, associated BOMs, and labor tracking migrate to D365 Service Management or Business Central Service Orders. Repair status codes require explicit value-mapping to D365 ServiceOrder status. If the Repair module is not active, it is excluded from scope. This module's presence or absence is confirmed during discovery before migration planning finalizes.
ManEx
Time and Attendance (optional module)
Microsoft Dynamics 365 Business Central
PayrollWorkerHeader + HcmAttendanceTrans (F&O) / Time Registration (Business Central)
lossyTime entries from the optional Time and Attendance module are tied to employees and work orders. During discovery we confirm whether this module is active and what fields are populated. If the destination is D365 Finance and Supply Chain Management, time entries map to HcmAttendanceTrans and the corresponding worker record. If the destination is Business Central with a payroll extension, entries map to the Time Registration entity. If the destination ERP has no HR module, we map time entries to the corresponding employee or worker record and flag any unmatched entries for the customer's HR team to resolve.
| ManEx | Microsoft Dynamics 365 Business Central | Compatibility | |
|---|---|---|---|
| Customer | CustTable (F&O) / Customer (Business Central)1:1 | Fully supported | |
| Vendor | VendTable (F&O) / Vendor (Business Central)1:1 | Fully supported | |
| Chart of Accounts | MainAccount + FinancialDimensions (F&O) / G/L Account (Business Central)1:1 | Fully supported | |
| Purchase Order | PurchTable + PurchLine (F&O) / Purchase Order (Business Central)1:1 | Fully supported | |
| Sales Order | SalesTable + SalesLine (F&O) / Sales Order (Business Central)1:1 | Fully supported | |
| Bill of Materials | ProdBOM + ProdRoute (F&O) / Production BOM + Routing (Business Central)1:many | Fully supported | |
| Shop Floor Transactions | ProdJournalTable + ProdJournalTrans (F&O) / Production Journal (Business Central)1:1 | Mapping required | |
| Inventory | InventSum + InventDim (F&O) / Item Ledger Entry + Bin (Business Central)1:1 | Fully supported | |
| AP/AR Ledger | VendInvoiceJournal + CustInvoiceJournal (F&O) / Vendor Ledger Entry + Customer Ledger Entry (Business Central)1:1 | Fully supported | |
| RMA Records | ReturnOrderHeader + ReturnOrderLine (F&O) / Return Receipt (Business Central)1:1 | Mapping required | |
| Documents | Not applicable1:1 | Not supported | |
| Project Management (optional module) | ProjTable + ProjJournalTrans (F&O) / Job (Business Central)lossy | Fully supported | |
| Repair (optional module) | ServiceOrderTable + ServiceOrderTrans (F&O) / Service Order (Business Central)lossy | Fully supported | |
| Time and Attendance (optional module) | PayrollWorkerHeader + HcmAttendanceTrans (F&O) / Time Registration (Business Central)lossy | Fully supported |
Gotchas + challenges
Platform-specific issues from each side, plus the pair-specific challenges that don't show up on either platform's page on its own.
ManEx gotchas
No public API forces direct database exports
On-premise backup responsibility is the customer’s
Cube successor product remains in extended beta
Quoting module fails for complex manufacturing BOMs
Stimulsoft reporting has rendering limitations
Microsoft Dynamics 365 Business Central gotchas
Named-user licensing has no concurrent-use relief
API rate limits throttle large-volume migrations
Historical posted transactions require selective migration scoping
NAV-to-Business Central cloud migration requires partner coordination
Custom fields and AL extensions require separate migration handling
Pair-specific challenges
Migration approach
Discovery and database access negotiation
We audit the ManEx source instance for active optional modules (Project Management, Repair, Time and Attendance), data volumes across each entity, and the condition of the underlying database (SQL version, backup currency, archived table presence). We negotiate explicit read-only database access credentials with the customer during this phase, because all extraction depends on DB access rather than an API. We also assess whether the UI flat-file export can produce the required scope if DB access is partially restricted. The discovery output is a written migration scope document covering every entity, its record count, any known data quality issues, and the optional module activation status.
D365 target environment scoping
We work with the customer to determine whether the destination is Dynamics 365 Finance and Supply Chain Management or Business Central based on user count, manufacturing complexity, and budget. We then design the target schema: legal entities and operating units (ManEx does not have a multi-entity structure so most customers consolidate to one), the Chart of Accounts structure with financial dimensions, site and warehouse configurations for inventory locations, PO and SO number sequences, and any custom fields needed to preserve ManEx-specific data that has no direct D365 equivalent.
Sandbox trial migration
We run a full migration into a D365 sandbox environment using production-like data volumes. The customer's operations lead reconciles record counts for each entity, spot-checks 25-50 records per entity against the ManEx source, and validates BOM decomposition for a sample of multi-level structures. We specifically validate partially received PO status mapping, AP/AR payment term resolution, and RMA status codes during sandbox testing. Any mapping corrections are documented and deployed before production migration begins.
BOM decomposition and configuration design
We run a dedicated BOM analysis pass against the ManEx BOM table, producing a decomposition decision for each multi-level BOM: flatten, preserve hierarchy, or exclude. Phantom assemblies, alternate components, and cost version data are each handled with explicit decisions documented in the BOM mapping table. This pass runs before the main production migration because BOM structures affect work order and production journal accuracy in D365 from day one.
Production migration in dependency order
We run production migration in record-dependency order: Chart of Accounts (before AP/AR), Customers, Vendors, Inventory (before any inventory transactions), BOMs (with decomposition applied), Purchase Orders, Sales Orders, Shop Floor Transactions, AP/AR Open Items, RMA records, and finally optional module data. Each phase emits a row-count reconciliation report and we hold the next phase until the prior phase passes validation. Document attachment manifest is delivered in parallel with the data migration.
Cutover, delta sync, and handoff
We freeze ManEx writes on cutover day, run a delta migration of any records modified during the migration window, then enable D365 as the system of record. We deliver the Workflow and Alert inventory document listing every ManEx automation rule, user-configured alert, and notification with its trigger, conditions, and a recommended D365 equivalent. We support a one-week hypercare window where we resolve any reconciliation issues raised by the customer's team. We do not rebuild ManEx workflows or alerts as D365 workflows inside the migration scope; that work is a separate engagement.
Platform deep dives
ManEx
Source
Strengths
Weaknesses
Microsoft Dynamics 365 Business Central
Destination
Strengths
Weaknesses
Complexity grading
Standard ERP migration. All 8 core objects map 1:1 between ManEx and Microsoft Dynamics 365 Business Central.
Overall complexity
Standard migration
Derived from compatibility, mapping clarity, API constraints, and data volume across ManEx and Microsoft Dynamics 365 Business Central.
Object compatibility
All 8 core objects map 1:1 between ManEx and Microsoft Dynamics 365 Business Central.
Field mapping clarity
Field mapping is derived from defaults — final spec confirmed during the sample migration.
Timeline complexity
8-object category — typical timelines run 2–7 days end-to-end.
API constraints
ManEx: Not publicly documented.
Data volume sensitivity
ManEx doesn't expose a bulk API — REST + parallelization used for high-volume runs.
Estimator
Rule-based pricing — no per-record fees, no manual quotes. Migrations over 2M records are scoped individually.
Step 1
Pick a category, then your source and destination platforms.
Category
FAQ
Answers to the questions buyers ask most during ManEx to Microsoft Dynamics 365 Business Central migration scoping. Not seeing yours? Book a call.
Walk through your ManEx to Microsoft Dynamics 365 Business Central migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave ManEx
Other ways to arrive at Microsoft Dynamics 365 Business Central
Ready when you are
Tell us record counts and timeline. We'll come back with a written quote inside 1 business day — no commitment, no sales pitch.