System: C
Error Code: C 0028 (C-0028)
Explanation
Item statisticalValue is optional ("O") for 'CO' type, not allowed ("N") for additional types B,C,E,F, optional for procedures 76,77, required ("R") otherwise. Error if optionality violated.
When it happens (Reason)
IF //ExportOperation/declarationType is EQUAL to 'CO' THEN //GoodsShipment/GoodsItem/statisticalValue = "O" ELSE IF //ExportOperation/additionalDeclarationType is in SET {B, C, E, F} THEN //GoodsShipment/GoodsItem/statisticalValue = "N" ELSE IF //GoodsShipment/GoodsItem/Procedure/requestedProcedure is in SET {76, 77} THEN //GoodsShipment/GoodsItem/statisticalValue = "O" ELSE /*/GoodsShipment/GoodsItem/statisticalValue = "R"
Quick Fix
Check declarationType and additionalDeclarationType. If 'CO', set statisticalValue to optional. If additional B,C,E,F, not allowed (remove). If requestedProcedure 76 or 77, optional. Otherwise, required (provide). Resubmit.
Step-by-step resolution
Check declarationType and additionalDeclarationType. If 'CO', set statisticalValue to optional. If additional B,C,E,F, not allowed (remove). If requestedProcedure 76 or 77, optional. Otherwise, required (provide). Resubmit.
Keywords
C 0028, C-0028, C0028
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