AES C 0503 – For B,C,E,F and security '2', header countryOfDestination "N" if item present, "O" otherwise.

Created by Omer Farooq, Modified on Wed, 18 Feb at 11:01 AM by Omer Farooq

System: C

Error Code: C 0503 (C-0503)

Explanation

For B,C,E,F and security '2', header countryOfDestination "N" if item present, "O" otherwise. Otherwise, header "N" if item 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/GoodsItem/countryOfDestination is PRESENT THEN //GoodsShipment/countryOfDestination = "N" ELSE //GoodsShipment/countryOfDestination = "O" ELSE IF //GoodsShipment/GoodsItem/countryOfDestination is PRESENT THEN //GoodsShipment/countryOfDestination = "N" ELSE /*/GoodsShipment/countryOfDestination = "R"

Quick Fix

Check additionalDeclarationType and security. If B,C,E,F and '2', if item countryOfDestination present, remove header ("N"); else optional. Otherwise, if item present, remove header ("N"); else provide header ("R"). Resubmit.

Step-by-step resolution

Check additionalDeclarationType and security. If B,C,E,F and '2', if item countryOfDestination present, remove header ("N"); else optional. Otherwise, if item present, remove header ("N"); else provide header ("R"). Resubmit.

Keywords

C 0503, C-0503, C0503

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article