ERP migration

Migrate from Edicom EDI to Microsoft Dynamics 365 Business Central

Field-level mapping, validation, and rollback between Edicom EDI and Microsoft Dynamics 365 Business Central. We move data and schema; workflows are rebuilt natively in Microsoft Dynamics 365 Business Central.

Edicom EDI logo

Edicom EDI

Source

Microsoft Dynamics 365 Business Central

Destination

Microsoft Dynamics 365 Business Central logo

Compatibility

33%

4 of 12

objects map 1:1 between Edicom EDI and Microsoft Dynamics 365 Business Central.

Complexity

BStandard

Timeline

4-8 weeks

Rollback included Accuracy guarantee Field-level validation

Overview

What this migration involves

Migrating from Edicom EDI to Microsoft Dynamics 365 is an architectural shift from a document-exchange platform to a transactional ERP with an integration layer. Edicom EDI operates on transaction sets, trading partner configurations, and communication protocols; Microsoft Dynamics 365 has no native EDI document object and expects EDI data to flow through middleware or a dedicated EDI integration solution into standard purchase orders, sales orders, and invoices. This means every EDI document type (850, 810, 856, 855) must be decomposed into one or more Dynamics 365 entities, with acknowledgment numbers, control numbers, and protocol context carried in custom fields on the target records. The source platform does not publish a public API, so we request structured exports from the customer portal and engage Edicom support for configuration data, adding two to four weeks of extraction overhead to the migration timeline. We reconstruct AS2 and SFTP credentials in Azure Logic Apps or API Management, re-onboard every trading partner with fresh compliance testing, and flag in-house EDI developments and country-specific e-invoicing rules for re-engineering outside the migration scope. Workflows, automations, and compliance mandates do not migrate as code.

Field-level fidelity

Every standard and custom field arrives verified.

Schema-aware mapping

AI proposes the map; you confirm before any record moves.

Relationships preserved

Parent–child, lookups, and ownership stay linked.

Full activity history

Calls, emails, meetings — with original timestamps.

Attachments & notes

Documents, uploads, and inline notes move with the record.

Why teams make this switch

Two sides of the same decision

Leaving

Edicom EDI logo

Edicom EDI

What's pushing teams away

  • No published pricing forces prospective customers into sales conversations before they can budget, and many mid-market buyers drop Edicom EDI in favor of transparent-cost alternatives.
  • Implementation timelines of 4–8 weeks with ERP integration and 6+ months for greenfield ERP plus EDI mean slow time-to-value compared to faster-configuring managed EDI providers.
  • Onboarding each new trading partner individually adds 1–2 weeks per partner, creating a cumulative drag for companies expanding into new retail or logistics networks.
  • Vendor lock-in risk grows as in-house IT teams build custom integrations on top of Edicom's platform, making future migrations complex and expensive to untangle.
  • Smaller suppliers with few trading partners and low transaction volumes often find Edicom EDI's enterprise pricing and complexity disproportionate to their needs.

Choosing

Microsoft Dynamics 365 Business Central logo

Microsoft Dynamics 365 Business Central

What's pulling them in

  • Deep integration with Microsoft 365, Power BI, and Power Platform means organizations already on the Microsoft stack get identity, reporting, and workflow continuity out of the box.
  • Unified financials, sales, service, and operations replace multiple disconnected systems — users report that data entered once flows through purchase orders, invoicing, and approvals without manual re-entry.
  • Copilot AI features (predictive analytics, embedded business intelligence) are included in both Essentials and Premium tiers, addressing demand for AI without separate module purchases.
  • Named-user licensing with no concurrent model appeals to organizations that want predictable per-seat costs even if some users access the system infrequently.
  • Strong partner ecosystem with certified NAV-to-Business Central migration specialists gives mid-market companies confidence the cutover from legacy Navision can be executed reliably.

Object mapping

How Edicom EDI objects map to Microsoft Dynamics 365 Business Central

Each row shows how a Edicom EDI 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.

Edicom EDI

Transaction Set (850, 810, 855, 856)

maps to

Microsoft Dynamics 365 Business Central

Purchase Order / Vendor Invoice / Sales Order / Product Receipt

1:many
Fully supported

EDI transaction sets in Edicom EDI are document-type records containing segment-level data (N1 party loop, PO1 line items, REF references). We decompose each document into one or more Dynamics 365 transactional entities: an X12 850 Purchase Order maps to a Dynamics 365 Purchase Order; an 810 Invoice maps to a Vendor Invoice; an 856 ASN maps to a Product Receipt with warehouse and shipping metadata. ISA control numbers, GS functional group identifiers, and ST transaction set counters migrate to custom fields on each record (edi_isa_control__c, edi_gs_control__c, edi_st_control__c) so the EDI audit trail is preserved without requiring a native EDI document object that does not exist in Dynamics 365.

Edicom EDI

Trading Partner

maps to

Microsoft Dynamics 365 Business Central

Vendor / Customer with Integration Table

1:1
Fully supported

Each trading partner in Edicom EDI carries document type assignments, communication protocol settings, and partner-specific validation rules. We map the partner identifier and qualifier (N1/GLN or N1/UNB) to Dynamics 365 Vendor or Customer records with the corresponding GLN or DUNS stored in the Address Validation Record or a custom field. The EDI protocol metadata (document types exchanged, acknowledgment requirements, envelope settings) migrates to a custom integration table in Dynamics 365 or to the middleware configuration record so that the Dynamics 365 EDI integration solution can reference it at runtime.

Edicom EDI

Connection Protocol (AS2, SFTP, VAN, OFTP)

maps to

Microsoft Dynamics 365 Business Central

Azure Logic Apps / API Management Endpoint Configuration

lossy
Fully supported

Edicom EDI connection credentials — AS2 endpoint URLs, SFTP host/key pairs, VAN mailbox addresses, OFTP virtual filepaths — do not have a direct Dynamics 365 equivalent. We reconstruct connection configurations in Azure Logic Apps workflows or API Management that serve as the EDI transport layer for the Dynamics 365 environment. AS2 certificate pairs, SFTP key pairs, and OFTP2 certificates require re-issuance or transfer from Edicom depending on the customer's certificate management policy. VAN routing tables from Edicom need to be recreated as Logic Apps conditional routing branches or API Management policies.

Edicom EDI

EDI Mapping (Custom Field Transformations)

maps to

Microsoft Dynamics 365 Business Central

Middleware Transformation Rules / EDI Integration Configuration

lossy
Fully supported

Custom field-level EDI mappings in Edicom EDI encode how internal ERP fields translate to EDI segment positions and vice versa. In-house custom maps often represent years of accumulated partner-specific business logic with no external reference. Dynamics 365 does not natively store EDI mappings; they live in the chosen EDI integration solution (STAEDEAN EDI Studio, OpenText, Cleo, SPS Commerce) or in Azure Logic Apps custom code. We perform a manual inventory of all non-standard mappings during scoping and flag any map without a clear equivalent in the target middleware as requiring re-engineering before cutover.

Edicom EDI

ERP Integration Configuration

maps to

Microsoft Dynamics 365 Business Central

Dynamics 365 OData/REST API Connection / Logic Apps Connector

lossy
Fully supported

Edicom EDI connects to ERP backends (SAP, Oracle, Microsoft Dynamics, NetSuite) through pre-built or custom connectors with field-level transformation rules and triggering conditions. When migrating to Microsoft Dynamics 365, the connector logic must be rebuilt as Dynamics 365 OData/REST API calls, Power Platform dataflows, or Azure Logic Apps connectors that read from and write to Dynamics 365 entities. The field-to-field mapping from the Edicom connector migrates to the new connection configuration, and any custom ERP-side data transformation logic is documented for the customer's technical team to implement in the target integration layer.

Edicom EDI

Country Compliance Rules (e-Invoicing)

maps to

Microsoft Dynamics 365 Business Central

Certified Compliance Solution per Jurisdiction

lossy
Fully supported

Edicom EDI encodes country-specific e-invoicing validation rules, digital signature requirements, and government portal submission flows for jurisdictions including Brazil (NF-e), France (Chorus Pro), Italy (SDI), Greece (myDATA), and Saudi Arabia (ZATCA Phase 2). These rules are jurisdiction-bound and cannot be exported and loaded into a new platform. We catalog every active country mandate during discovery and itemize the re-implementation effort as a separate workstream. For mandatory e-invoicing countries, the customer must select and configure a certified compliance solution that integrates with Dynamics 365 before transaction processing resumes.

Edicom EDI

VAN Mailbox Records

maps to

Microsoft Dynamics 365 Business Central

Dynamics 365 Integration Table / Logic Apps Routing Configuration

1:1
Fully supported

Edicom EDI operates as a Value-Added Network with per-organization and per-partner mailbox addresses, interchange acknowledgments (997/Contrl), and transmission logs. We map VAN mailbox routing tables to either Dynamics 365 custom integration table records or Azure Logic Apps workflow configurations that route documents by partner qualifier to the correct endpoint. Acknowledgment metadata (997 Functional Acknowledgment status, TA1 interchange acknowledgment) migrates as a custom field on the related Purchase Order or Vendor Invoice record so the customer retains a complete EDI transmission audit trail.

Edicom EDI

Document Standards (X12, EDIFACT, UBL, ODETTE)

maps to

Microsoft Dynamics 365 Business Central

Dynamics 365 Middleware Configuration per Standard

lossy
Fully supported

Edicom EDI natively handles X12 (US retail), UN/EDIFACT (Europe, global logistics), UBL (cross-industry XML), and ODETTE (automotive) with standard selection per trading partner. Dynamics 365 has no native EDI standard handler. We configure each active EDI standard in the chosen integration middleware: X12 850/810/855/856 maps to STAEDEAN EDI Studio, OpenText EDI Integration adapters, or Cleo integration rules; EDIFACT ORDERS/INVOIC maps through the same middleware with the applicable message implementation guide. We create a standard-by-standard configuration inventory during scoping so no active EDI standard is missed during migration.

Edicom EDI

Automotive-Specific Protocols (OFTP2, VDA)

maps to

Microsoft Dynamics 365 Business Central

OFTP2 Configuration in Middleware / Azure Logic Apps

lossy
Fully supported

Edicom EDI's automotive module uses OFTP2 (Odette File Transfer Protocol) and VDA standards for manufacturer-supplier exchanges. OFTP2 connection setup requires certificate exchange, remote entity ID configuration, virtual filepaths, and acknowledgment handling specific to the Odette network. We map OFTP2 configurations from Edicom to the equivalent settings in the target EDI integration middleware or to dedicated OFTP2 tooling (Cleo, Bosch Automotive, Traxess) that integrates with Dynamics 365. VDA document mappings (VDA 4905 purchase order, VDA 4913 invoice) need to be reconfigured against the Dynamics 365 entity model.

Edicom EDI

Web Service Endpoints (REST/SOAP)

maps to

Microsoft Dynamics 365 Business Central

Azure Logic Apps / API Management Webhook Configuration

lossy
Mapping required

Edicom EDI exposes some document exchange via REST or SOAP web services for ERP systems that cannot use traditional EDI protocols. Endpoint definitions, payload schemas, and authentication configurations migrate to Azure Logic Apps HTTP connectors or API Management policies in the Dynamics 365 environment. We validate the source endpoint payload structure against Dynamics 365 OData field definitions and document any payload schema changes required for the target system.

Edicom EDI

Trading Partner Compliance Profile

maps to

Microsoft Dynamics 365 Business Central

Dynamics 365 Custom Entity / Middleware Compliance Record

1:1
Fully supported

Each trading partner's compliance profile in Edicom EDI defines which EDI transaction sets they accept, which acknowledgment types they require (997, 855, 864), and any partner-specific validation rules. We create a Dynamics 365 custom entity or middleware compliance record that stores these partner-specific requirements and links to the relevant Vendor or Customer record. The compliance profile drives routing logic and validation rules in the EDI integration middleware at runtime.

Edicom EDI

Transmission Log and Acknowledgment History

maps to

Microsoft Dynamics 365 Business Central

Dynamics 365 Custom Fields + Integration Audit Log

1:1
Fully supported

Edicom EDI maintains transmission logs with timestamps, interchange and group control numbers, acknowledgment status, and retry counts. This operational history migrates to a Dynamics 365 custom entity or an Azure Log Analytics workspace linked to the integration layer, so the customer retains a complete EDI transmission audit trail separate from the transactional ERP record.

Gotchas + challenges

What specifically takes care here

Platform-specific issues from each side, plus the pair-specific challenges that don't show up on either platform's page on its own.

Edicom EDI logo

Edicom EDI gotchas

High

No publicly documented public API endpoint reference

High

E-invoicing compliance rules are country-bound and non-portable

Medium

In-house EDI developments create undocumented mapping dependencies

Medium

Trading partner re-onboarding is per-partner and time-consuming

Microsoft Dynamics 365 Business Central logo

Microsoft Dynamics 365 Business Central gotchas

High

Named-user licensing has no concurrent-use relief

High

API rate limits throttle large-volume migrations

Medium

Historical posted transactions require selective migration scoping

Medium

NAV-to-Business Central cloud migration requires partner coordination

Low

Custom fields and AL extensions require separate migration handling

Pair-specific challenges

  • Edicom EDI has no public API — extraction requires portal access and support engagement

    Edicom EDI does not publish a developer-facing REST or SOAP API reference in its public documentation. Data extraction must rely on portal-based transaction archives, partner configuration file downloads, and EDI mapping document retrieval through the customer portal or direct Edicom support engagement. We request structured XML or CSV exports before planning field-level mapping, and we flag any configuration retrievable only via Edicom's professional services team as a potential scope delay. Organizations planning this migration should open an Edicom support case at least four weeks before the migration kickoff to allow time for export preparation and data delivery.

  • In-house EDI developments create undocumented mapping dependencies that surface only during extraction

    Companies running in-house developments connected to Edicom EDI have accumulated custom transformations, partner-specific validations, and ERP integration hooks that are rarely fully documented. These customizations may encode years of trading-partner business logic with no external reference or counterpart in Dynamics 365. We perform a manual inventory of all non-standard mappings and partner-specific rules during the scoping phase and flag any map without a clear equivalent in the target middleware as requiring re-engineering before cutover. The customer should allocate time for their technical team to review and sign off on every flagged map during the scoping window.

  • Trading partner re-onboarding is per-partner and extends the cutover timeline

    Moving EDI to a new platform requires re-establishing communication with every trading partner, re-running compliance testing, re-submitting test documents, and waiting for partner-side acknowledgment. For companies with dozens or hundreds of active partners, this creates a parallel-run period that extends the effective migration timeline significantly. We coordinate phased cutover by partner tier (top-volume partners first, covering approximately the top 20 percent of transaction volume) and negotiate a test window with each partner before migrating the full transaction stream. The remaining partner re-onboarding runs as a separate workstream after go-live.

  • Dynamics 365 has no native EDI document object — transaction sets decompose into ERP entities

    Microsoft Dynamics 365 is a transactional ERP, not an EDI platform. There is no native EDI document object, interchange envelope, or transaction set record in the standard Dynamics 365 data model. Every EDI transaction type (850, 810, 855, 856, ORDERS, INVOIC) must be decomposed into standard Dynamics 365 transactional entities with EDI protocol metadata (ISA/GS/ST control numbers, acknowledgment status) stored as custom fields. This structural decomposition is the central technical challenge of this migration and requires careful sequencing to ensure parent-record lookups are resolved before child-record imports and that acknowledgment metadata is preserved on the correct ERP entity.

Migration approach

Six steps for a successful Edicom EDI to Microsoft Dynamics 365 Business Central data migration

  1. Discovery and extraction planning

    We audit the Edicom EDI environment to produce a complete partner inventory (document types, protocols, partner tier by volume), extract transaction history archives in the requested XML/CSV format, and catalog country-specific e-invoicing mandates. We open an Edicom support case to request structured configuration exports (partner profiles, connection credentials, custom mapping definitions) that are not available through the customer portal. We identify any in-house EDI developments and partner-specific rules that require manual documentation during extraction. The discovery output is a written migration scope document, an EDI document type matrix, and a complete list of data items that require Edicom professional services or portal access before extraction can proceed.

  2. EDI document mapping and middleware design

    We design the mapping of each EDI transaction type (850, 810, 855, 856, ORDERS, INVOIC, and any VDA or ODETTE variants) to its corresponding Dynamics 365 entity or middleware configuration. For each document type we define the target Dynamics 365 record type, the parent-child dependency chain, and the custom fields that carry EDI protocol metadata. We select and configure the EDI middleware (Logic Apps, STAEDEAN EDI Studio, OpenText, or Cleo) that will serve as the EDI integration layer for the Dynamics 365 environment, and we document the connection credential requirements for each active trading partner.

  3. Sandbox migration and reconciliation

    We run a full migration into a Dynamics 365 Sandbox environment using production-like data volumes. We validate that every EDI document type decomposes into the correct Dynamics 365 transactional records, that parent-record lookups (Vendor ID, Customer ID, Product Number) resolve correctly, and that custom EDI fields preserve the ISA/GS/ST control numbers and acknowledgment metadata. The customer's IT and operations leads review a sample of migrated records against the Edicom source data and sign off on the mapping design before production migration begins.

  4. Trading partner re-onboarding

    We coordinate the re-onboarding of all active trading partners in parallel with production migration planning. For each partner we establish the connection credentials in the new middleware (AS2 endpoint configuration, SFTP key deployment, OFTP2 certificate exchange), exchange test EDI documents, and obtain compliance sign-off. We sequence partner cutover by transaction volume, targeting the top 20 percent of partners by EDI volume first during a defined test window. Lower-volume partners re-onboard in waves post go-live to manage the partner-side workload and reduce the risk of rejected production documents during transition.

  5. Production migration and cutover

    We run the production migration in dependency order: master data (vendors, customers, products) from the Edicom partner and product configurations, followed by open transactional records (current-period purchase orders, invoices, and ship notices) and then historical archives. We freeze new transaction entry in Edicom during the cutover window, run a final delta migration of any records modified since the initial extraction, and enable Dynamics 365 as the active system of record. Connection credentials are switched to the new middleware endpoints and the first live EDI transactions are processed through the Dynamics 365 integration layer.

  6. Automation rebuild handoff and post-migration support

    We deliver a written inventory of every in-house EDI mapping, custom integration hook, and ERP connector configuration identified during extraction, with notes on how each should be rebuilt in the Dynamics 365 middleware layer. Country-specific e-invoicing mandates are documented as a separate re-implementation workstream with jurisdiction-specific recommendations. We support a two-week hypercare window after go-live to resolve reconciliation issues. We do not rebuild EDI workflows, automations, or country compliance configurations as part of the standard migration scope; these are separate engagements or internal admin tasks.

Platform deep dives

Context on both ends of the pair

Edicom EDI logo

Edicom EDI

Source

Strengths

  • Global EDI platform with documented coverage of EDIFACT, ANSI X12, GS1 catalogues, SSCC/GS1-128 labels, and core retail documents (ORDERS, ORDRSP, DESADV/ASN, INVOIC).
  • Multi-protocol connectivity: AS2/AS4, SFTP, VAN, REST/GraphQL APIs, and B2B portals with monitoring and automatic retries.
  • EDICOMiPaaS adds modern iPaaS capabilities — orchestration, hybrid EDI+API flows, real-time visibility across purchasing/operations/finance.
  • Enterprise security posture: encryption, audit trails, SSO, OAuth2/OIDC, RBAC, and a published 99.9% SLA.
  • Global compliance coverage — handles country-specific e-invoicing and tax requirements (e.g., SAT in Mexico, NF-e in Brazil, Peppol in Europe) under one platform.

Weaknesses

  • No publicly published pricing — every contract requires a sales-driven discovery and negotiation cycle.
  • Implementation complexity and timeline make it poorly suited for small businesses or low-volume EDI users.
  • Limited public API documentation makes programmatic data extraction harder to scope before engagement.
  • In-house custom integrations create technical debt that makes switching EDI providers costly and time-consuming.
  • As a European-headquartered provider, US-focused companies may prefer EDI platforms with deeper North American retail network penetration.
Microsoft Dynamics 365 Business Central logo

Microsoft Dynamics 365 Business Central

Destination

Strengths

  • Tight integration with Microsoft 365 (Outlook, Teams, SharePoint) for users already in the Microsoft ecosystem.
  • Includes Copilot AI, predictive analytics, and embedded Power BI dashboards at no additional cost in both license tiers.
  • Supports multiple companies within a single tenant for holding-company or multi-entity organizational structures.
  • Open REST API v2.0 with OAuth 2.0 authentication and data entity abstraction layer for developer-friendly integrations.
  • Strong partner ecosystem specializing in NAV-to-Business Central migrations provides implementation confidence for legacy upgrades.

Weaknesses

  • Named-user licensing model means every active user account requires a paid license — no concurrent access model to reduce costs for occasional users.
  • SaaS-only deployment means no on-premises option; organizations requiring full data residency control may not have viable alternatives within Microsoft's stack.
  • Manufacturing module (Production Orders, routing, work centers) is only available on Premium tier, pushing cost-sensitive manufacturers to higher-priced plans.
  • Customization and extension development requires AL language knowledge and developer licenses, limiting what power users can do without a partner engagement.
  • Global pricing increases effective October 2024 and again October 2025 after five years of stable pricing, creating budget uncertainty for existing customers.

Complexity grading

How hard is this migration?

Standard ERP migration. All 8 core objects map 1:1 between Edicom EDI and Microsoft Dynamics 365 Business Central.

B

Overall complexity

Standard migration

Derived from compatibility, mapping clarity, API constraints, and data volume across Edicom EDI and Microsoft Dynamics 365 Business Central.

  • Object compatibility

    A

    All 8 core objects map 1:1 between Edicom EDI and Microsoft Dynamics 365 Business Central.

  • Field mapping clarity

    C

    Field mapping is derived from defaults — final spec confirmed during the sample migration.

  • Timeline complexity

    B

    8-object category — typical timelines run 2–7 days end-to-end.

  • API constraints

    B

    Edicom EDI: Not publicly documented — typical SaaS limits assumed and confirmed during scoping.

  • Data volume sensitivity

    A

    Edicom EDI exposes a bulk API — large-volume migrations stream efficiently.

Estimator

Estimate your Edicom EDI to Microsoft Dynamics 365 Business Central migration cost

Rule-based pricing — no per-record fees, no manual quotes. Migrations over 2M records are scoped individually.

Step 1

What are you migrating?

Pick a category, then your source and destination platforms.

Category

FAQ

Frequently asked questions about Edicom EDI to Microsoft Dynamics 365 Business Central data migrations

Answers to the questions buyers ask most during Edicom EDI to Microsoft Dynamics 365 Business Central migration scoping. Not seeing yours? Book a call.

Can't find your answer?

Walk through your Edicom EDI to Microsoft Dynamics 365 Business Central migration with a real engineer — 30 minutes, free, written quote within 24 hours.

Book a free 30 minute consultation

Most migrations land between four and eight weeks for organizations with under 100 active trading partners, a single active EDI standard, and minimal in-house EDI customizations. Migrations involving cross-standard translation (X12 plus EDIFACT), multiple country mandates, and in-house EDI development work move to ten to sixteen weeks because the Edicom extraction requires support engagement for structured data pulls, the EDI document decomposition requires custom field configuration per document type, and the trading partner re-onboarding extends the cutover timeline.

Adjacent paths

Related migrations to explore

Ready when you are

Move from Edicom EDI.
Land in Microsoft Dynamics 365 Business Central, intact.

Tell us record counts and timeline. We'll come back with a written quote inside 1 business day — no commitment, no sales pitch.

Accuracy guarantee Rollback included Quote in 1 business day