System: C
Error Code: C 0868 (C-0868)
Explanation
Commodity code optional ("O") if description present; "R" otherwise. Error if missing without description.
When it happens (Reason)
IF //Consignment/ConsignmentItem/Commodity/descriptionOfGoods is PRESENT THEN //Consignment/ConsignmentItem/Commodity/CommodityCode = "O" ELSE /*/Consignment/ConsignmentItem/Commodity/CommodityCode = "R"
Quick Fix
Check if descriptionOfGoods present in Commodity. If yes, commodityCode optional ("O"). If no, provide commodityCode ("R"). Resubmit.
Step-by-step resolution
Check if descriptionOfGoods present in Commodity. If yes, commodityCode optional ("O"). If no, provide commodityCode ("R"). Resubmit.
Keywords
C 0868, C-0868, C0868
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