Skip to main content

Measurement

aql object

AQL information

aqlId stringnullable

AQL ID

Example: 123
critical number

Number of Critical defects

Example: 0
major number

Number of Major defects

Example: 1
minor number

Number of Minor defects

Example: 2
comments object[]

Comment on the actions

  • Array [
  • attachments object[]

    Attachments in Chatbox

  • Array [
  • fileName stringnullable

    File Name of the attachment in Chatbox

    Example: 123-abc
    url url

    URL of attachments for the CAPA report

    Example: https://.../image1.jpg
  • ]
  • createdDate date-time

    Creation date of the message in Chatbox

    Example: 2021-05-25T13:58:26+00:00
    email string

    Email of the contact who posted the message in Chatbox

    firstName stringnullable

    First Name of the contact who posted the message in Chatbox

    Example: John
    lastName stringnullable

    Last Name of the contact who posted the message in Chatbox

    Example: Doe
    message stringnullable

    Message in Chatbox

    Example: Please update the status
    organizationName stringnullable

    Organization of the contact who posted the message in Chatbox

    Example: Acme Corp
  • ]
  • correctiveAction object

    Information on the corrective action

    details stringnullable

    Details on the corrective action

    Example: Rework on the defective units
    value stringnullable

    An action in the corrective list

    Example: Rework Units
    defectFound object

    Information on the number of defects

    critical integer

    Number of Critical defects

    Example: 0
    major integer

    Number of Major defects

    Example: 1
    minor integer

    Number of Minor defects

    Example: 2
    failedMeasurements object[]

    Failed measurements information

  • Array [
  • found number

    Number of failed measurement found

    Example: 2
    measurementDescription stringnullable

    Measurement Description

    Example: Chest
    occurrence number

    Number of occurrences

    Example: 2
    sampleName stringnullable
    Example: tanktop_1
    standard number

    Standard measurement

    Example: 20
    tolerance number

    Tolerance Lower & Upper of a point of measurement, only use this attribute if your organization has not enabled Unequal Tolerance

    Example: 0.5
    toleranceLower number

    Tolerance lower of a point of measurement

    Example: 0.5
    toleranceUpper number

    Tolerance upper of a point of measurement

    Example: 0.5
  • ]
  • maxAllowed object

    Maximum number of defect allowed

    critical integer

    Number of Critical defects

    Example: 0
    major integer

    Number of Major defects

    Example: 1
    minor integer

    Number of Minor defects

    Example: 2
    preventativeAction stringnullable

    Preventative action

    Example: Advise all staff
    rootCause stringnullable

    Root cause of the defect

    Example: Wrong carton dimension
    Measurement
    {
    "aql": {
    "aqlId": "123",
    "critical": 0,
    "major": 1,
    "minor": 2
    },
    "comments": "Reviewed",
    "correctiveAction": {
    "details": "Rework on the defective units",
    "value": "Rework Units"
    },
    "defectFound": {
    "critical": 0,
    "major": 1,
    "minor": 2
    },
    "failedMeasurements": [
    {
    "found": 2,
    "measurementDescription": "Chest",
    "occurrence": 2,
    "sampleName": "tanktop_1",
    "standard": 20,
    "tolerance": 0.5,
    "toleranceLower": 0.5,
    "toleranceUpper": 0.5
    }
    ],
    "maxAllowed": {
    "critical": 0,
    "major": 1,
    "minor": 2
    },
    "preventativeAction": "Advise all staff",
    "rootCause": "Wrong carton dimension"
    }