Every transaction in a manufacturing company, every purchase order, every work order, every inventory movement, every cost calculation, every shipment, is built on top of a layer of data that most people never think about until something goes wrong.

That layer is master data.

Master data is the standing, reference data that defines your products, your processes, your resources, and your costs. It doesn't change with every transaction. It's the stable foundation that transactions are built on top of. When it's accurate and well-maintained, it's invisible. When it's wrong, incomplete, or out of date, the consequences ripple through every system and every process that depends on it.

In manufacturing, the four pillars of master data are:

  • Item masters - the definition of every part, component, and product
  • Bills of Materials (BOMs) - the structure of what goes into what
  • Routings - the sequence of operations required to make something
  • Work centers - the definition of the resources where production happens

Understanding what each of these is, what it controls, and how they relate to each other is foundational knowledge for anyone working in manufacturing operations, planning, engineering, or IT. This post covers all four, from the ground up.

Why Master Data Is Different From Transactional Data

Before diving into each type, it's worth understanding what makes master data different from the transactional data that manufacturing systems generate constantly.

Transactional data is created by events: a purchase order is placed, a work order is completed, a shipment is received, an inventory adjustment is made. Transactional data describes what happened, when, and to what. It accumulates continuously and is largely historical. Once created, it doesn't change.

Master data is created by decisions: a new product is designed, a process is defined, a resource is configured. Master data describes the standing state of your business, your products, your processes, your capabilities. It changes infrequently, but when it does, the change affects every future transaction that references it.

This distinction matters enormously in practice:

  • A wrong quantity on a purchase order affects one order. A wrong quantity on a BOM affects every work order for that product, potentially forever.
  • An incorrect ship date on a customer order is a single bad transaction. An incorrect lead time on an item master causes systematic MRP scheduling errors across every planned order for that item.
  • A mislabeled receipt in the warehouse is one bad move. A wrong unit of measure on an item master corrupts every inventory transaction for that item across every warehouse.

Master data errors are systemic. They compound. They cause recurring problems that are difficult to trace back to their source. This is why master data governance, the discipline of creating, maintaining, and controlling master data accurately, is one of the most important (and most underinvested) capabilities in manufacturing operations.

The Item Master

The item master (also called the material master in SAP, part master in some systems, or simply item record) is the central record that defines a single, uniquely identifiable product, component, raw material, or service. Every distinct thing that a manufacturing company buys, makes, stores, or sells has an item master record.

Every other piece of master data, BOMs, routings, costs, attaches to item master records. The item master is the anchor point for the entire data model.

What the Item Master Controls

Item master records are typically large, with dozens to hundreds of fields organized into views or tabs by function. The key fields fall into several categories.

Identity and Classification

  • Item number / Part number - the unique identifier for this item. Numbering conventions vary widely (meaningful vs. arbitrary, segmented vs. flat), but the item number is the primary key that everything else references.
  • Description - the human-readable name. Descriptions are frequently poorly maintained and a chronic source of confusion when they're inconsistent or vague.
  • Item type / Item category - whether this is a purchased component, a manufactured item, a phantom, a service item, a kit, etc. This classification drives significant system behavior. MRP will handle a purchased component very differently from a manufactured item.
  • Unit of measure (UOM) - how this item is counted and transacted: each, pound, liter, foot, kilogram, box. Getting UOM right is critical. Mismatches between purchasing UOM, stocking UOM, and manufacturing UOM are a common source of inventory and costing errors.
  • Commodity code / Product family / Category - classification fields used for reporting, procurement grouping, and sometimes regulatory purposes.

Planning and Procurement Parameters

  • Make or buy - whether this item is manufactured internally or purchased from suppliers. This single flag drives whether MRP generates planned work orders or planned purchase orders when demand exceeds supply.
  • Lead time - how long it takes to procure or manufacture this item. MRP uses lead time to offset planned orders backward from the required date. An incorrect lead time means MRP plans with the wrong schedule.
  • Lot sizing rule - how MRP batches demand into orders. Options include lot-for-lot (order exactly what's needed), fixed order quantity, minimum order quantity, economic order quantity (EOQ), and period-based grouping. The lot sizing rule directly affects inventory levels and order frequency.
  • Safety stock / Reorder point - buffer inventory parameters that protect against demand or supply variability.
  • Planner / Buyer code - who is responsible for this item's supply. Used for workload assignment and exception management.
  • ABC classification - A (high value/high velocity), B (medium), or C (low value/low velocity). Used to prioritize cycle counting, planning attention, and inventory investment.

Inventory and Warehouse Parameters

  • Storage location / Default warehouse - where this item is normally stored.
  • Lot control - whether inventory of this item is tracked by lot number. Lot-controlled items require a lot number on every receipt, issue, and transfer. This is required for traceability in regulated industries.
  • Serial number control - whether individual units are tracked by unique serial number. More granular than lot control, and required for high-value or safety-critical components.
  • Shelf life / Expiration date management - for perishable materials, the item master defines the shelf life and controls whether FEFO (First Expired, First Out) picking is enforced.
  • Hazardous material flags - for items requiring special handling, documentation, or storage.

Costing Parameters

  • Standard cost - the planned cost per unit. Standard costing is the most common costing method in discrete manufacturing. The standard cost drives inventory valuation and becomes the basis for purchase price variance (PPV) and manufacturing variance analysis.
  • Cost group / Cost category - how this item's cost is categorized for reporting.
  • Valuation method - standard cost, average cost, FIFO, LIFO. The valuation method determines how inventory value is calculated when prices fluctuate.

Quality Parameters

  • Inspection required - whether incoming, in-process, or outgoing inspection is required for this item.
  • Inspection plan reference - which quality plan applies.
  • Certificate of conformance requirements - whether supplier documentation is required on receipt.

Sales and Customer-Facing Parameters

  • Saleable flag - whether this item can be sold directly to customers.
  • Sales unit of measure - how this item is sold (may differ from stocking UOM).
  • Customer-facing description - what appears on sales orders and invoices.

Why Item Master Quality Matters So Much

The item master's reach into system behavior cannot be overstated. A single incorrect field can cause:

  • Wrong lead time means MRP plans orders on the wrong schedule, so production is perpetually behind or holding excess safety stock.
  • Wrong make/buy flag means MRP generates purchase orders for items that should be manufactured, or work orders for items that should be purchased.
  • Wrong UOM means every inventory transaction for that item is wrong, inventory balances are unreliable, and cycle counts are perpetually off.
  • Missing lot control means traceability records are incomplete, regulatory audits fail, and customer quality complaints cannot be investigated properly.
  • Wrong standard cost means inventory is valued incorrectly, variance reports are meaningless, and management decisions are based on bad data.

This is why experienced manufacturing IT and operations professionals treat item master governance as a critical business capability, not an administrative afterthought.

The Bill of Materials (BOM)

The Bill of Materials (BOM) defines what a product is made of. It's the complete, structured list of all components, sub-assemblies, raw materials, and sometimes packaging that are required to produce one unit of a parent item.

Every manufactured item has a BOM. Without a BOM, MRP cannot calculate component demand, work orders cannot issue materials, and product costs cannot be calculated.

BOM Structure and Terminology

Parent and child items. Every BOM has a parent, the item being produced, and one or more children, the components that go into it. A child on one BOM is often a parent on another. A sub-assembly is a child of the finished good, but a parent of its own components. This nesting creates the multi-level BOM structure that represents a product's full component hierarchy.

BOM levels. A single-level BOM shows only the immediate children of a parent, one level down. A multi-level BOM shows the full indented structure, all levels from finished good to raw material. An indented BOM is the most common display format, showing the hierarchy through indentation.

Component quantity. Each BOM line specifies the quantity of that component required to make one unit of the parent. Getting these quantities right is fundamental. A BOM quantity error directly causes systematic over- or under-issue of materials on every work order.

Unit of measure on BOM lines. The BOM line quantity must reference a unit of measure consistent with how the component is stocked. UOM mismatches between the BOM and the item master are a common source of material variance.

Scrap / yield factors. Many BOM lines include a scrap factor, an additional percentage of material to account for expected waste or loss during production. If a component has 5% scrap in manufacturing, the BOM line might specify 1.05 units per parent unit, so MRP and work orders automatically plan for the extra material. Setting scrap factors inaccurately leads to systematic material shortages (if too low) or excess material cost (if too high).

Effective dates. BOM lines can carry effective dates, a start date and optionally an end date, that control when a particular component version is active. This is essential for managing engineering changes. A new component can be added to the BOM with a future start date, and the old component's end date set to match, creating a clean, controlled transition without disrupting in-flight production.

Reference designators. In electronics and some mechanical assemblies, BOM lines include reference designators, labels (R1, C3, U7) that identify exactly where on the assembly a specific component is placed. Reference designators are essential for assembly, inspection, and repair.

Types of BOMs

Engineering BOM (eBOM). The eBOM represents the product as designed by engineering. It reflects design intent and functional relationships. eBOMs are typically managed in Product Lifecycle Management (PLM) systems like Siemens Teamcenter, PTC Windchill, or Dassault ENOVIA.

Manufacturing BOM (mBOM). The mBOM represents the product as it is built. It reflects production reality, how components are actually staged and assembled on the shop floor, including manufacturing sub-assemblies, phantoms, and production-specific configurations that don't exist in the engineering design. The mBOM is what lives in ERP and MES.

The eBOM and mBOM are often different, and managing the translation between them, especially through engineering changes, is one of the most complex data management challenges in manufacturing.

Sales BOM / Configured BOM. Used in configure-to-order (CTO) or assemble-to-order (ATO) environments, sales BOMs define option groups and feature selections that generate product-specific BOMs based on customer order choices. The configurator explodes the customer's selections into a specific component list at order entry time.

Maintenance BOM. Used by maintenance teams to define the spare parts and components associated with a piece of equipment. Supports preventive maintenance planning and spare parts inventory management.

The BOM's Role in MRP

MRP uses the BOM to explode demand from finished goods down through sub-assemblies to raw materials. Starting with demand for a finished good (from customer orders or forecast), MRP follows this process:

  • Looks up the finished good's BOM
  • Calculates gross component requirements based on BOM quantities
  • Nets against on-hand inventory and open supply orders
  • Generates planned orders for net requirements
  • Repeats the explosion at each BOM level, all the way down to purchased components

This explosion process is what makes the BOM so critical to planning accuracy. A single wrong quantity in a multi-level BOM propagates through every level below it, causing cascading planning errors that are difficult to untangle.

The Routing

If the BOM answers "what does this product contain?", the routing answers "how is this product made?" A routing is the ordered sequence of manufacturing operations required to produce one unit of a manufactured item. It defines the steps, the sequence, the resources required, and the time required at each step.

Every manufactured item with meaningful production complexity should have a routing. Without routings, MRP cannot schedule production accurately, the shop floor has no standard process to follow, and labor and overhead costs cannot be captured or analyzed properly.

Routing Structure

Operations (steps). A routing is composed of a series of operations, discrete manufacturing steps listed in the sequence they must be performed. Each operation has:

  • Operation number - a sequential number (10, 20, 30...) that defines the order of steps. Using increments of 10 leaves room to insert steps later without renumbering.
  • Operation description - what work is performed at this step (e.g., "Cut to length," "Weld frame," "Paint," "Final assembly," "Functional test").
  • Work center - which resource performs this operation. The work center assignment links the routing to the resource capacity model and to the cost rates applied at that step.
  • Standard times - the time standards that define how long this operation should take:
    • Setup time: Time to prepare the machine or work center for the job, independent of quantity.
    • Run time per piece (cycle time): Time to process one unit.
    • Queue time: Expected wait time before this operation begins (driven by work center utilization).
    • Move time: Transit time from this operation to the next.
  • Overlap / parallel operation flags - whether this operation can begin before the previous one is complete (overlap), or whether it can run in parallel with another operation.

Routing and BOM intersection: Operation components. In many systems, BOM components can be assigned to specific routing operations, meaning a component is not just "part of this product" but is specifically consumed at operation 30, for example. This operation-level component assignment enables MES to enforce that the right materials are presented and consumed at the right step, and supports accurate in-process traceability.

How Routings Drive MRP Scheduling

MRP uses routings to calculate manufacturing lead time and to schedule production backward from a required completion date:

  • Starting from the required date, MRP works backward through the routing operations.
  • At each operation, it accounts for setup time, run time (multiplied by quantity), queue time, and move time.
  • The result is a planned start date for each operation and for the work order as a whole.
  • This scheduled start date drives when component materials need to be available.

If routings are inaccurate, if standard times are wrong, if operations are missing, if work center assignments are incorrect, MRP will produce unreliable schedules. Work orders will be released too early or too late, capacity will be incorrectly loaded, and the shop floor will perpetually be managing a schedule that doesn't reflect reality.

How Routings Drive Costing

Routings are the mechanism through which conversion costs (labor and overhead) are applied to manufactured items during a cost rollup:

  • Each operation in the routing is assigned to a work center.
  • Each work center carries labor rates and overhead rates (cost per hour).
  • The routing's standard times multiplied by the work center's cost rates equals the standard conversion cost for that operation.
  • The sum of all operations' conversion costs, plus the BOM's material costs, equals the item's total standard cost.

This means routing accuracy directly affects product cost accuracy. Incorrect standard times produce incorrect standard costs, which in turn produce meaningless variance reports. Labor efficiency variances and overhead absorption variances end up reflecting data errors rather than actual operational performance.

Routing Variants

Standard routing. The default routing used for normal production of an item.

Alternate routing. A secondary routing for the same item, used when the primary work center is unavailable (machine down, capacity constrained) or when a lower-volume production method is used. Alternate routings typically carry different cost rates.

Rework routing. A routing specifically for reworking nonconforming product. Rework routings are often separate from standard routings to enable separate tracking of rework labor and cost.

Work Centers

A work center (sometimes called a machine center, cost center, resource, or production unit) is the definition of a manufacturing resource. It could be a machine, a group of machines, a production line, a team of people, or any other resource that performs production operations.

Work centers are the connective tissue between routings and the physical factory. When a routing specifies "weld at work center W-301," the work center record for W-301 defines everything the planning system needs to know about that resource: how much capacity it has, how much it costs to run, and when it's available.

What the Work Center Record Contains

Identity and location

  • Work center code and description
  • Plant / department / cost center assignment
  • Physical location in the facility

Capacity definition

  • Number of machines / resources - how many parallel units this work center represents.
  • Shifts per day - how many production shifts are worked (1, 2, or 3 shifts).
  • Hours per shift - standard hours per shift.
  • Days per week - production days per week.
  • Efficiency factor - what percentage of available time is productive (accounts for planned downtime, changeovers, breaks).
  • Utilization factor - what percentage of capacity is expected to be used (accounts for unplanned demand variability).

These capacity parameters are combined to produce the work center's available capacity, the number of standard hours available per day, week, or period. MRP and capacity planning compare planned load (from scheduled work orders) to available capacity to identify overloads and underloads.

Costing rates

  • Labor rate ($ per hour) - the standard cost of labor at this work center.
  • Machine rate ($ per hour) - the cost of running the equipment at this work center.
  • Overhead rate ($ per hour or as a percentage of labor) - the allocated overhead absorbed at this work center.

These rates, applied to the routing's standard times, produce the standard conversion cost for any operation performed at this work center.

Scheduling parameters

  • Queue time - the average wait time before an operation at this work center begins, based on historical utilization.
  • Move time - the time to transport work to and from this work center.
  • Scheduling method - forward vs. backward scheduling behavior.

Calendar / availability. Work centers reference a production calendar that defines which days are working days, holiday shutdowns, planned maintenance windows, and any scheduled capacity reductions. MRP uses the production calendar to avoid scheduling work on non-working days and to account for planned downtime.

Work Centers and Capacity Planning

Work centers are the foundation of capacity requirements planning (CRP), the process of comparing the planned load from scheduled production orders against available capacity.

When MRP generates a planned work order and schedules it through the routing, each operation is assigned to a work center and consumes a portion of that work center's capacity. CRP aggregates all scheduled operations across all work orders to produce a load profile for each work center: how many hours are planned vs. how many hours are available, period by period.

Capacity overloads, where planned load exceeds available capacity, are one of the primary action items that come out of an MRP run. Resolving them requires either moving work orders in time, adding capacity (overtime, additional shifts, outsourcing), or adjusting the production plan.

Without accurate work center capacity definitions, CRP is meaningless. If a work center's available hours are set too high, MRP will schedule more work than the resource can handle, and the shop floor will perpetually be behind on a plan that was never achievable. If set too low, capacity will appear artificially constrained, and MRP will push out schedules unnecessarily.

How the Four Pillars Work Together

It's worth stepping back to see how item masters, BOMs, routings, and work centers function as an integrated system, because none of them operates in isolation.

Consider a simple scenario: a customer orders 100 units of a finished product, due in three weeks.

Step 1: MRP explosion using item master and BOM. MRP looks at the finished good's item master (lead time, make/buy, lot size) and BOM (components, quantities, phantom levels). It calculates gross requirements for each component, nets against inventory, and generates planned work orders and purchase orders.

Step 2: Scheduling using routing and work centers. For each planned work order, MRP uses the routing to schedule backward from the due date, calculating when each operation must start and finish, based on standard times from the routing and available capacity from the work centers. Queue times and move times from the work center records pad the schedule appropriately.

Step 3: Capacity check using work centers. The scheduler reviews the capacity load profile. Work center W-301 shows 120% load in week 2. The planner either moves some work orders, authorizes overtime, or expedites a purchase to offload that operation.

Step 4: Work order execution using BOM and routing. When the work order is released to the shop floor, the BOM drives the material pick list (which components, how many, from which lots). The routing drives the traveler or MES work instructions (which operations, in what sequence, at which work center). Operators execute against the routing. Materials are issued against the BOM.

Step 5: Costing using item master, BOM, routing, and work centers. As the work order completes, actual material consumption is compared to BOM quantities (material variance). Actual labor hours are compared to routing standard times (labor efficiency variance). Actual cost rates are compared to work center standard rates (rate variance). These variances flow to the general ledger and inform cost management decisions.

The entire cycle, from demand signal to delivered product to cost close, runs on the four pillars of master data. Every step depends on the accuracy of these records.

Master Data Governance: The Discipline That Makes It Work

Having a clear understanding of what master data is only gets you halfway. The other half is maintaining it, accurately, consistently, and in a controlled way over time. This is master data governance.

Common Master Data Failures

The most common master data problems in manufacturing are not exotic. They're mundane failures that accumulate over time:

  • Item descriptions that are inconsistent, vague, or duplicated ("3/8 Bolt," "Bolt 3/8 in," "BOLT-375," and "Hardware-Bolt" all referring to the same part).
  • BOM quantities that were set at product launch and never updated when the design changed, or that include undocumented workarounds from years ago.
  • Routing standard times that were set when the line was new and have never been updated to reflect current equipment, staffing, or process improvements.
  • Work center capacities that are set to theoretical maximums rather than realistic achievable capacity, causing perpetually unachievable schedules.
  • Lead times that no longer reflect current supplier or manufacturing reality, often set once and forgotten.
  • Duplicate item numbers created because someone couldn't find an existing record in the system.
  • Orphaned records like BOMs for items that are no longer produced, routings for processes that no longer exist, work center records for equipment that was scrapped.

None of these failures are dramatic. Each one is a small, ordinary lapse. But collectively, they degrade planning accuracy, inflate variance, erode confidence in system data, and eventually cause experienced planners and operators to stop trusting the ERP and manage by spreadsheet and tribal knowledge instead.

Elements of Effective Governance

Ownership. Every master data record should have a clear owner, a specific person or role responsible for its accuracy. Item masters are typically owned by a combination of engineering (technical specs), procurement (purchasing parameters), and planning (MRP parameters). BOMs are owned by engineering. Routings are owned by manufacturing engineering or industrial engineering. Work centers are owned by operations or industrial engineering.

Change control. Changes to master data, especially BOMs and routings, should go through a controlled process. Engineering Change Orders (ECOs) are the formal mechanism in most manufacturing companies. An ECO defines what is changing, why, when it takes effect, what inventory or WIP implications exist, and who approved the change. Without change control, master data becomes a free-for-all where anyone can change anything, and the reason for any discrepancy is untraceable.

Creation standards. Item master creation should follow defined standards: naming conventions, required fields, default values for key planning parameters, and approval requirements before an item is active in the system. The fastest way to accumulate master data problems is to allow item records to be created without standards or review.

Periodic audits. Master data should be audited regularly, not just when problems surface. BOMs should be physically verified against actual product builds periodically. Routing standard times should be time-studied periodically. Work center capacities should be reviewed when shift patterns, equipment, or staffing change. Lead times should be reviewed quarterly against actual supplier and manufacturing performance.

Metrics. What gets measured gets managed. Master data quality metrics worth tracking include:

  • BOM accuracy rate - the percentage of work orders completed without BOM-related exceptions.
  • Routing adherence - actual vs. standard times.
  • Item master completeness - the percentage of required fields populated.
  • Lead time accuracy - planned vs. actual lead times.

Master Data Across Systems: ERP, MES, and PLM

In modern manufacturing environments, master data doesn't live in just one system. Understanding how it flows across systems is increasingly important.

PLM (Product Lifecycle Management). PLM systems like Siemens Teamcenter, PTC Windchill, Dassault ENOVIA, and Arena PLM are the system of record for the engineering BOM and often for item technical specifications. When engineering designs a new product or changes an existing one, those changes originate in PLM.

ERP. NetSuite, SAP, and similar ERP platforms are the system of record for the manufacturing BOM, routings, work centers, and the planning and costing parameters on the item master. ERP is where master data becomes operational, where it drives MRP, work orders, costs, and procurement.

MES. MES consumes master data from ERP, including work orders, BOMs (resolved to the component level), and routings (as work instructions). MES typically does not own master data. It receives it. Changes to BOMs or routings should always originate in ERP (or PLM) and flow down to MES through a controlled integration.

The PLM-to-ERP handoff. The transfer of the engineering BOM from PLM to the manufacturing BOM in ERP is one of the most complex master data integration problems in manufacturing. The two BOMs often have different structures, different levels, and different data requirements. Managing this handoff, especially through engineering changes, requires clear ownership, defined processes, and often dedicated integration tooling.

A key principle: master data should have a single system of record for each attribute. The engineering specification lives in PLM. The MRP planning parameters live in ERP. If the same attribute exists in two systems with no clear authority, it will eventually be inconsistent in both.

The Four Pillars at a Glance

Here's a quick reference for the four core types of manufacturing master data:

  • Item Master defines everything about a specific part or product. Key fields include lead time, make/buy, UOM, lot control, and standard cost. Typically owned by engineering, procurement, and planning. Its downstream impact spans MRP behavior, inventory accuracy, and cost valuation.
  • BOM defines what a product is made of. Key fields include component items, quantities, scrap factors, and effective dates. Typically owned by engineering. Its downstream impact covers component demand, material issuance, and product cost.
  • Routing defines how a product is made. Key fields include operations, sequence, work center, and standard times. Typically owned by manufacturing or industrial engineering. Its downstream impact covers scheduling, labor/overhead cost, and shop floor execution.
  • Work Center defines the resources where production happens. Key fields include capacity, cost rates, calendar, and queue/move times. Typically owned by operations or industrial engineering. Its downstream impact covers capacity planning, scheduling feasibility, and cost rates.

Key Terms

  • BOM (Bill of Materials) - the structured list of all components required to produce one unit of a parent item.
  • eBOM (Engineering BOM) - the product structure as designed by engineering, typically managed in PLM.
  • ECO (Engineering Change Order) - the formal process for controlling and communicating changes to product design or manufacturing process data.
  • Item master / Material master - the central record defining a unique part, component, or product. The anchor for all other manufacturing master data.
  • Lead time - the total time required to procure or manufacture an item. Used by MRP to offset planned order release dates from required dates.
  • Lot sizing rule - the rule that governs how MRP batches demand into supply orders (lot-for-lot, fixed quantity, EOQ, etc.).
  • mBOM (Manufacturing BOM) - the product structure as it is built in production, typically managed in ERP.
  • Routing - the ordered sequence of operations required to manufacture an item, defining the steps, work centers, and standard times involved.
  • Standard cost - the planned cost per unit of an item. Used for inventory valuation and variance analysis.
  • Work center - a defined manufacturing resource (machine, line, team) that performs production operations. Carries capacity and cost rate information.

Wrapping Up

Item masters, BOMs, routings, and work centers are not glamorous. They don't appear in technology headlines or generate excitement at industry conferences. But they are, without qualification, the most important data in a manufacturing company.

Every purchase order, every work order, every production schedule, every cost report, every traceability record, every quality inspection, all of it runs on top of these four pillars. When the master data is accurate, the systems built on top of it work. When it's wrong, everything built on top of it is wrong too, and the problems are systemic, recurring, and difficult to diagnose.

I've found that the manufacturers who invest seriously in master data governance, who treat it as a core operational discipline rather than an IT housekeeping task, consistently outperform those who don't. Their MRP plans are achievable. Their cost reports are meaningful. Their shop floors execute against realistic instructions. Their systems are trusted rather than worked around.

That's the return on investment from getting the invisible foundation right.