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
Feedback sent
We appreciate your effort and will try to fix the article