AES C 0259 – Item countryOfExport/natureOfTransaction not allowed ("N") if header present, required ("R") otherwise.

Created by Omer Farooq, Modified on Wed, 18 Feb at 10:59 AM by Omer Farooq

System: C

Error Code: C 0259 (C-0259)

Explanation

Item countryOfExport/natureOfTransaction not allowed ("N") if header present, required ("R") otherwise. Error if duplicated or missing.

When it happens (Reason)

IF //GoodsShipment/countryOfExport is PRESENT THEN //GoodsShipment/GoodsItem/countryOfExport = "N" ELSE //GoodsShipment/GoodsItem/countryOfExport = "R"; IF //GoodsShipment/natureOfTransaction is PRESENT THEN //GoodsShipment/GoodsItem/natureOfTransaction = "N" ELSE //GoodsShipment/GoodsItem/natureOfTransaction = "R"

Quick Fix

If header countryOfExport present, remove from items ("N"). If not, provide at all items ("R"). Same for natureOfTransaction. Resubmit.

Step-by-step resolution

If header countryOfExport present, remove from items ("N"). If not, provide at all items ("R"). Same for natureOfTransaction. Resubmit.

Keywords

C 0259, C-0259, C0259

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