ERP migration
Field-level mapping, validation, and rollback between MONITOR ERP and Epicor Prophet 21. We move data and schema; workflows are rebuilt natively in Epicor Prophet 21.
MONITOR ERP
Source
Epicor Prophet 21
Destination
Compatibility
11 of 14
objects map 1:1 between MONITOR ERP and Epicor Prophet 21.
Complexity
BStandard
Timeline
6-10 weeks
Overview
Moving from MONITOR ERP to Epicor ERP is a manufacturing-centric migration that involves decomposing MONITOR's opinionated production-order model into Epicor's Job and Work Order structure. MONITOR ERP tightly couples routing, work-centre assignments, and lot traceability directly to Production Orders, while Epicor Kinetic separates JobMtl and JobOper lines with separate PartLot and LaborDtl records. We extract the full MONITOR production-order history, decompose it into Epicor Jobs with Material and Operation records, and reconstruct the lot traceability lineage as PartLot entries linked to the destination Job. MONITOR's file-export framework covers all major data categories without a direct bulk API, so we validate export directories during discovery and handle batch filtering and chunking in-house. Open Customer Orders, Purchase Orders, and Production Orders receive a status check to prevent duplicate record creation post-cutover. Workflows, alerts, and MONITOR-specific process templates do not migrate; we deliver a written inventory for the customer's Epicor administrator to rebuild using Epicor Kinetic's process management tools.
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.
Why teams make this switch
Leaving
What's pushing teams away
Choosing
What's pulling them in
Object mapping
Each row shows how a MONITOR ERP object lands in Epicor Prophet 21, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
MONITOR ERP
Customer
Epicor Prophet 21
Customer
1:1MONITOR Customer records map to Epicor Kinetic Customer (CustCnt/CustForm records). We extract address, contact, currency, payment terms, and credit limits from the MONITOR export and map to Epicor Customer with CustID as the dedupe key. Ship-to and Bill-to addresses become separate ShipTo records under the same CustNum. Currency codes map from MONITOR's currency table to Epicor's CashCurrency table.
MONITOR ERP
Supplier
Epicor Prophet 21
Supplier
1:1MONITOR Supplier records map to Epicor Kinetic Supplier (Supplier table). The supplier address, contact, currency, and payment terms structure mirrors the Customer mapping. Purchase Order history from MONITOR Supplier records maps to Epicor PurAgent and PODetail with status resolved against open/closed flags in MONITOR.
MONITOR ERP
Item (Product)
Epicor Prophet 21
Part
1:1MONITOR Items map to Epicor Kinetic Part records. The Item number becomes PartNum; description, unit of measure, and cost fields migrate directly. MONITOR's BOM links (parent item to component items with quantities and operations) map to Epicor PartMtl records where the parent Part is the assembly and the component PartMtl records represent the BOM lines. We preserve BOM revision versions as RevDescription and effective date fields on the PartRev table.
MONITOR ERP
Bill of Materials
Epicor Prophet 21
PartMtl (BOM assembly) + PartRev
1:manyMONITOR BOMs with multiple levels require recursive explosion before import into Epicor. Each BOM level becomes a separate PartMtl record where MtlSeq and QtyPer migrate from MONITOR's BOM line data. We flag any MONITOR BOMs with phantom assemblies and replicate those as PartMtl records with material type set to Phantom. The PartRev table holds revision information; we map MONITOR BOM revision effective dates to RevDate on PartRev.
MONITOR ERP
Routing (Production routing)
Epicor Prophet 21
PartMtl and JobOper
1:manyMONITOR routing data attached to Production Orders maps to Epicor JobOper (operation lines) under a parent JobMtl record. Each MONITOR operation with work-centre, labor hours, and setup time becomes a JobOper entry with OpCode reference, ProdStandard, and LaborEntryFlag. Work-centre assignments from MONITOR map to Epicor ResourceGroup and Resource records. We decompose MONITOR's sequential operations into JobOper rows with the correct OpSeq sequence values.
MONITOR ERP
Production Order
Epicor Prophet 21
JobMtl (Job Material) + JobOper (Job Operation)
1:manyMONITOR Production Orders with embedded routing, material picks, and work-centre assignments decompose into Epicor Kinetic JobMtl and JobOper records under a parent JobMtl header. The production order number becomes the JobMtl.JobNum; material picks become JobMtl records with PartNum, MtlSeq, RequiredQty, and IssuedQty; operations become JobOper records with OpCode, Workstation, and labor standards. Lot traceability from MONITOR production orders migrates to PartLot records linked via PartTran entries on the Job.
MONITOR ERP
Customer Order
Epicor Prophet 21
OrderHed + OrderDtl
1:1MONITOR Customer Orders map to Epicor Kinetic Sales Order (OrderHed header and OrderDtl lines). Order number, customer reference, order date, and status migrate to OrderHed; order lines with part number, quantity, unit price, and delivery date migrate to OrderDtl. Open orders in MONITOR with status Pending or Invoiced are flagged to prevent duplicate creation post-cutover. We preserve MONITOR's order total and discount structure in OrderHed.DocDiscountAmt.
MONITOR ERP
Purchase Order
Epicor Prophet 21
POHeader + PODetail
1:1MONITOR Purchase Orders map to Epicor Kinetic POHeader and PODetail. Supplier reference, order date, and status migrate to POHeader; line items with part number, quantity, unit cost, and expected delivery migrate to PODetail. Open POs are flagged for reconciliation against Epicor's open PO view. Closed POs are imported with status Close or Canceled based on MONITOR status.
MONITOR ERP
Invoice (AR/AP)
Epicor Prophet 21
InvcHead + InvcDtl (AR) / APInvHed + APInvDtl (AP)
1:1MONITOR AR invoices map to Epicor Kinetic InvcHead and InvcDtl. AP invoices map to APInvHed and APInvDtl. Invoice headers and lines use field-level mapping because MONITOR invoice structures (header with line items, tax, and discount fields) differ from Epicor's split InvcDtl table. We extract open and historical invoices from MONITOR file exports, perform field-level transformation, and map payment terms, currency, and tax codes to Epicor equivalents. Historical invoices are flagged as posted.
MONITOR ERP
Journal Entry
Epicor Prophet 21
GLJrnHed + GLJrnDtl
1:1MONITOR journal entries export in batches via file system. We map account codes to Epicor GLJrnDtl with debit and credit amounts preserved, posting dates migrated to Ledger Date on GLJrnHed. MONITOR's account-numbering conventions may conflict with Epicor's segment-structured COA; we flag any unmapped account codes during discovery and ask the customer to define the COA segment mapping before journal entry import. Fiscal period validation runs against Epicor's FiscalPeriod table.
MONITOR ERP
Inventory (Stock)
Epicor Prophet 21
PartBin (quantity by warehouse/lot)
1:1MONITOR inventory positions (quantity by Item, Warehouse, Lot/Serial) export as stock reports. We map to Epicor PartBin records where PartNum, WarehouseCode, and BinNum form the composite key. Lot and serial numbers from MONITOR map to PartLot records with LotNum, PartNum, LotDescription, andExpirationDate, linked to PartBin via the lot tracking fields. Warehouse codes from MONITOR map to Epicor Warehse records, which must be configured in Epicor before PartBin import.
MONITOR ERP
Chart of Accounts
Epicor Prophet 21
GLAccount + GLAccountSeg
1:1MONITOR account codes and descriptions export via file. We map these to Epicor Kinetic GLAccount records with AccountDesc. MONITOR uses numeric account codes; Epicor supports segmented COA where account code may include company, division, department, and natural account segments. We define the segment structure during discovery based on the customer's MONITOR account format and Epicor's chart configuration. Natural account type from MONITOR maps to GLAccount.Type.
MONITOR ERP
Bank/Cash Account
Epicor Prophet 21
BankAcct
1:1MONITOR bank and cash accounts export via file paths. We map these to Epicor Kinetic BankAcct records with BankAcctID, BankName, and opening balance reconciled against the latest trial balance from MONITOR. Cash account types map to BankAcct.Type (checking, savings, petty cash). Reconcile flags and bank statement formats are preserved for the customer's Epicor administrator to configure post-migration.
MONITOR ERP
User and Employee
Epicor Prophet 21
UserComp + Labor
1:1MONITOR User records with login, name, and role assignments map to Epicor Kinetic UserComp and Labor records. Role-based access from MONITOR maps to Epicor Security Manager groups. Employees with labor hour entries in MONITOR map to Epicor Labor records with LaborType and ClockInDate. We resolve the MONITOR user-to-employee relationship during scoping because MONITOR users and employees may be separate record types.
| MONITOR ERP | Epicor Prophet 21 | Compatibility | |
|---|---|---|---|
| Customer | Customer1:1 | Fully supported | |
| Supplier | Supplier1:1 | Fully supported | |
| Item (Product) | Part1:1 | Fully supported | |
| Bill of Materials | PartMtl (BOM assembly) + PartRev1:many | Fully supported | |
| Routing (Production routing) | PartMtl and JobOper1:many | Fully supported | |
| Production Order | JobMtl (Job Material) + JobOper (Job Operation)1:many | Fully supported | |
| Customer Order | OrderHed + OrderDtl1:1 | Fully supported | |
| Purchase Order | POHeader + PODetail1:1 | Fully supported | |
| Invoice (AR/AP) | InvcHead + InvcDtl (AR) / APInvHed + APInvDtl (AP)1:1 | Fully supported | |
| Journal Entry | GLJrnHed + GLJrnDtl1:1 | Fully supported | |
| Inventory (Stock) | PartBin (quantity by warehouse/lot)1:1 | Mapping required | |
| Chart of Accounts | GLAccount + GLAccountSeg1:1 | Mapping required | |
| Bank/Cash Account | BankAcct1:1 | Fully supported | |
| User and Employee | UserComp + Labor1:1 | 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.
MONITOR ERP gotchas
MONITOR ERP API write operations require a paid add-on license
File export directories must be manually configured per installation
Historical journal entries export in batches with no partial-date API filter
Document attachments are not accessible via the standard API query endpoint
Epicor Prophet 21 gotchas
Third-party bolt-on integrations complicate migration scope
Dirty data without standardized processes compounds migration risk
SDK customizations and BPMs may not survive platform upgrades
Report-based export only for non-technical users
Per-user pricing model requires accurate user count before migration planning
Pair-specific challenges
Migration approach
Discovery and export directory validation
We audit the source MONITOR ERP installation across configured export paths, data category coverage, production order volume, BOM depth, journal entry history, and open order counts. We validate that the MONITOR file export directories are persistently configured and accessible. We review the MONITOR account code structure to understand the COA segmentation requirements for Epicor. We also confirm the MONITOR API license status (read access for extraction, write access if any verification writes are needed). The discovery output is a written scope document with estimated row counts per object and a COA segment mapping plan.
Epicor Kinetic schema design and sandbox provisioning
We provision an Epicor Kinetic sandbox environment and design the destination schema. This includes creating the warehouse structure (Warehse), defining the Chart of Accounts segment layout based on the MONITOR account code mapping, configuring Part classes and UOM sets, setting up JobMtl and JobOper templates for the production order decomposition, and creating PartLot configuration for lot tracking. We configure the GL fiscal year and periods before any journal entry import. The schema design is validated against the MONITOR source data structure before any migration data is loaded.
Sandbox migration and reconciliation
We run a full migration into the Epicor Kinetic sandbox using production-like data volume. The customer's Epicor administrator and operations lead reconcile record counts (Parts in, Suppliers in, Customers in, Jobs in, OrderHed in, InvcHead in), spot-check 25-50 random records against the MONITOR source export, and validate BOM decomposition on a sample of production orders. Any mapping corrections and COA segment adjustments happen in sandbox before production migration begins. Reconciliation reports for each object are shared with the customer's project team for sign-off.
Master data migration in dependency order
We run production migration in record-dependency order: Warehse (warehouse definition), GLAccount (Chart of Accounts), Part (Items with PartMtl BOM records), Supplier, Customer (with ShipTo split), BankAcct. Master data must be fully loaded and reconciled before transactional data begins. Each phase emits a row-count reconciliation report. BOMs are loaded after Part records using PartRev and PartMtl tables with revision dates preserved from MONITOR.
Transactional data migration and production order decomposition
We load Customer Orders and Purchase Orders first, then Production Orders with full decomposition into JobMtl (material lines) and JobOper (operation lines) under the parent JobMtl header. Lot traceability reconstructs from MONITOR lot numbers to Epicor PartLot records linked to PartTran entries. Journal Entries load last with fiscal period validation against Epicor's FiscalPeriod table. Each transactional phase runs against the Epicor REST API with rate-limit handling and exponential backoff.
Cutover, delta migration, and workflow rebuild handoff
We freeze MONITOR ERP writes during the cutover window, run a final delta migration of any records modified during the migration period, then enable Epicor ERP as the system of record. We deliver a written inventory of every MONITOR alert, workflow template, and process flow requiring rebuild in Epicor Kinetic's process management tools. We support a one-week hypercare window to resolve any reconciliation issues raised by the customer's team. We do not rebuild MONITOR process workflows as Epicor Kinetic process templates inside the migration scope; that work is handled by the customer's Epicor implementation partner or internal admin team.
Platform deep dives
MONITOR ERP
Source
Strengths
Weaknesses
Epicor Prophet 21
Destination
Strengths
Weaknesses
Complexity grading
Standard ERP migration. 2 of 8 objects need a mapping; the rest are 1:1.
Overall complexity
Standard migration
Derived from compatibility, mapping clarity, API constraints, and data volume across MONITOR ERP and Epicor Prophet 21.
Object compatibility
2 of 8 objects need a mapping; the rest are 1:1.
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
MONITOR ERP: Not publicly documented.
Data volume sensitivity
MONITOR ERP 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 MONITOR ERP to Epicor Prophet 21 migration scoping. Not seeing yours? Book a call.
Walk through your MONITOR ERP to Epicor Prophet 21 migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave MONITOR ERP
Other ways to arrive at Epicor Prophet 21
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.