Measurement
aql object
AQL information
AQL ID
123
Number of Critical defects
0
Number of Major defects
1
Number of Minor defects
2
comments object[]
Comment on the actions
attachments object[]
Attachments in Chatbox
File Name of the attachment in Chatbox
123-abc
URL of attachments for the CAPA report
https://.../image1.jpg
Creation date of the message in Chatbox
2021-05-25T13:58:26+00:00
First Name of the contact who posted the message in Chatbox
John
Last Name of the contact who posted the message in Chatbox
Doe
Message in Chatbox
Please update the status
Organization of the contact who posted the message in Chatbox
Acme Corp
correctiveAction object
Information on the corrective action
Details on the corrective action
Rework on the defective units
An action in the corrective list
Rework Units
defectFound object
Information on the number of defects
Number of Critical defects
0
Number of Major defects
1
Number of Minor defects
2
failedMeasurements object[]
Failed measurements information
Number of failed measurement found
2
Measurement Description
Chest
Number of occurrences
2
tanktop_1
Standard measurement
20
Tolerance Lower & Upper of a point of measurement, only use this attribute if your organization has not enabled Unequal Tolerance
0.5
Tolerance lower of a point of measurement
0.5
Tolerance upper of a point of measurement
0.5
maxAllowed object
Maximum number of defect allowed
Number of Critical defects
0
Number of Major defects
1
Number of Minor defects
2
Preventative action
Advise all staff
Root cause of the defect
Wrong carton dimension
{
"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"
}