Skip to main content

Measurement Charts


Inspectorio Quality Risk Management (QRM) gives you the ability to reflect your measurement charts by listing the points of measurement (POM) of a style. Your measurement charts are pivotal for inspections involving measurements. Through data integration, you can load pre-configured measurement charts into the back-end of your system. After setting this up, when a new purchase order (PO) is added, the system automatically populates the relevant measurement chart(s) based on the style ID(s), including each POM across sizes.

Measurement Chart from an End-User Perspective​

End-User Perspective

Measurement Chart from a REST API Integration Perspective​

REST API Perspective

Measurement Chart from a File Transfer Integration Perspective​

File Transfer Perspective

Measurement charts can be edited manually through Inspectorio's UI when scheduling an inspection; however, these edits do not create permanent changes to the POM files stored in the back-end. POM file editing capabilities is currently not supported in the back-end. If you wish to make a change to any of the fields of a POM in the back-end, you must upload a new POM file, with your desired changes, which will replace the existing one.

You can also use the API to delete outdated measurement charts by Set ID (to delete a set within a style) or by Style ID (to delete all POMs/sets within a style). This allows you to remove charts created via manual entry, file import, or API integration, helping you prevent obsolete data from persisting and ensuring more accurate and efficient measurement chart management.


Measurement Chart Requirements​

When sending measurement charts to the Inspectorio system back-end via API or file transfer integration, the following requirements must be followed. This ensures that when you begin creating POs in the system via API or file transfer integration, the POMs will be automatically populated successfully.

  1. POMs are grouped by Style: This means that each Style should have the same POMs, even if it contains multiple different Items. All the Items in one Style will be measured in the same way.
  2. Style ID in the POM uploaded must match the Style ID in the POs uploaded: When a new PO is created, the systen auto-populates measurement charts based on an exact match of Style ID with pre-uploaded POMs. If one character differs, then the POM will not populate.
    • For example, abc1234 does not equal abc-1234.
  3. Sizes in the pre-configured POM must match the Sizes in the POs uploaded: When a new PO is created, the system auto-populates measurement charts based on an exact Size match with pre-configured POMs. If one character differs, then the POM will not populate.
    • For example, X_L does not equal XL.