System: C
Error Code: C 0374 (C-0374)
Explanation
Border mode not allowed ("N") for additional B,C,E,F; optional ("O") for 'CO' with procedures 10,76,77; required ("R") otherwise. Error if mismatched.
When it happens (Reason)
IF //ExportOperation/additionalDeclarationType is in SET {B, C, E, F} THEN //GoodsShipment/Consignment/modeOfTransportAtTheBorder = "N" ELSE IF //ExportOperation/declarationType is EQUAL to 'CO' AND //GoodsShipment/GoodsItem/Procedure/requestedProcedure is in SET {10,76,77} THEN //GoodsShipment/Consignment/modeOfTransportAtTheBorder = "O" ELSE //GoodsShipment/Consignment/modeOfTransportAtTheBorder = "R"
Quick Fix
Check additionalDeclarationType. If B,C,E,F, remove modeOfTransportAtTheBorder ("N"). For 'CO' with 10,76,77, optional. Otherwise, provide ("R"). Resubmit.
Step-by-step resolution
Check additionalDeclarationType. If B,C,E,F, remove modeOfTransportAtTheBorder ("N"). For 'CO' with 10,76,77, optional. Otherwise, provide ("R"). Resubmit.
Keywords
C 0374, C-0374, C0374
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