Identifier mapping is the association of one system's IDs with another system's IDs for the same item, record, or entity.
Identifier mapping is the association between identifiers used in different systems, data models, or business processes to represent the same real-world object, record, or entity. In manufacturing and regulated operations, it commonly refers to linking IDs such as part numbers, material codes, equipment IDs, batch numbers, supplier IDs, work order numbers, or employee records across MES, ERP, PLM, QMS, LIMS, and other connected systems.
The purpose of identifier mapping is to preserve referential consistency when data moves between systems that do not share the same native key structure. A mapping may be one-to-one, one-to-many, many-to-one, or conditional, depending on how the source and target systems are designed. It can be maintained in middleware, master data services, integration logic, data warehouses, or application-level configuration.
Cross-references between internal and external IDs for the same entity
Mappings between legacy and current identifiers after migration or system replacement
Translation of plant-specific, supplier-specific, or system-specific codes into a common reference
Rules for handling alternate identifiers, revisions, prefixes, formatting differences, or composite keys
Identifier mapping is not the same as changing the identifier itself. It does not require a single universal ID, and it is not identical to data transformation in general. Data transformation may change values, formats, or structures, while identifier mapping specifically concerns which identifier in one context corresponds to which identifier in another.
In practice, identifier mapping often appears in integrations where one system must recognize records created or controlled elsewhere. Examples include linking an ERP material number to an MES item ID, matching a supplier lot reference to an internal batch record, or associating a PLM part revision identifier with the manufacturing record used on the shop floor. Accurate mapping supports traceability, genealogy, transaction posting, and consistent reporting across systems.
Identifier mapping is commonly confused with master data management, record matching, and field mapping.
Master data management governs authoritative data and ownership. Identifier mapping is one mechanism used within or alongside it.
Record matching is the process of determining whether two records refer to the same entity. Identifier mapping is the stored relationship once that correspondence is established.
Field mapping defines how data fields align between systems, such as source and target columns. Identifier mapping is narrower and focuses on the IDs that represent entities.
A company may store the same serialized component under one identifier in PLM, another in ERP, and a third in MES. Identifier mapping links those values so that engineering, production, quality, and traceability records can refer to the same component without assuming the systems use identical keys.