System: C
Error Code: C 0463 (C-0463)
Explanation
For B,C,E,F and security '2', item countryOfDestination "N" if header present, "O" otherwise. Otherwise, item "N" if header present, "R" if not. Error if optionality violated.
When it happens (Reason)
IF //ExportOperation/additionalDeclarationType is in SET {B, C, E, F} AND (//ExportOperation/security is PRESENT AND //ExportOperation/security is EQUAL to ‘2’) THEN IF //GoodsShipment/countryOfDestination is PRESENT THEN //GoodsShipment/GoodsItem/countryOfDestination = "N" ELSE //GoodsShipment/GoodsItem/countryOfDestination = "O" ELSE IF //GoodsShipment/countryOfDestination is PRESENT THEN //GoodsShipment/GoodsItem/countryOfDestination = "N" ELSE /*/GoodsShipment/GoodsItem/countryOfDestination = "R"
Quick Fix
Check additionalDeclarationType and security. If B,C,E,F and security '2', if header countryOfDestination present, remove from items ("N"); else optional ("O"). Otherwise, if header present, remove from items ("N"); else provide at items ("R"). Resubmit.
Step-by-step resolution
Check additionalDeclarationType and security. If B,C,E,F and security '2', if header countryOfDestination present, remove from items ("N"); else optional ("O"). Otherwise, if header present, remove from items ("N"); else provide at items ("R"). Resubmit.
Keywords
C 0463, C-0463, C0463
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