System: C
Error Code: C 0853 (C-0853)
Explanation
If '30600' code, item Consignee "N". Otherwise, "N" if header present, "O" if not. Error if provided incorrectly.
When it happens (Reason)
IF //Consignment/AdditionalInformation/code is EQUAL TO ‘30600’ OR this //Consignment/ConsignmentItem/AdditionalInformation/code is EQUAL to ‘30600’ THEN this //Consignment/ConsignmentItem/Consignee = "N" ELSE IF//Consignment/Consignee is PRESENT THEN //Consignment/ConsignmentItem/Consignee = "N" ELSE //Consignment/ConsignmentItem/Consignee = "O"
Quick Fix
Check for '30600' at consignment or item. If present, remove item Consignee ("N"). If header Consignee present, remove item. Otherwise, optional. Resubmit.
Step-by-step resolution
Check for '30600' at consignment or item. If present, remove item Consignee ("N"). If header Consignee present, remove item. Otherwise, optional. Resubmit.
Keywords
C 0853, C-0853, C0853
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article