MoistureCheck
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
defectItems object[]
List of defective items that failed the moisture check
components object[]
Components of items that failed the moisture check
acceptableTolerances object[]
Acceptable Tolerance information
The bottom range of the acceptable tolerance
0.2
The top range of the acceptable tolerance
1
Unit of the acceptable tolerance in cm,mm,inch
cm
Defect Classification
Minor
Name of the component
Arm
outOfTolerance object
Out of Tolerance information
cm
value of the out of acceptable tolerance
1.5
ID of the item that failed the moisture check
ITEM1212
Type of the defective item
General
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
Total number of defects
2
Total number of defective items
2
{
"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
},
"defectItems": [
{
"components": [
{
"acceptableTolerances": [
{
"from": 0.2,
"to": 1,
"unit": "cm"
}
],
"defectClassification": "Minor",
"name": "Arm",
"outOfTolerance": {
"unit": "cm",
"value": 1.5
}
}
],
"itemId": "ITEM1212",
"type": "General"
}
],
"maxAllowed": {
"critical": 0,
"major": 1,
"minor": 2
},
"preventativeAction": "Advise all staff",
"rootCause": "Wrong carton dimension",
"totalDefects": 2,
"totalItems": 2
}