System: C
Error Code: C 0265 (C-0265)
Explanation
For 'CO' type, security not allowed ("N"); required ("R") otherwise. Error if provided for 'CO' or missing else.
When it happens (Reason)
IF //ExportOperation/declarationType is EQUAL to 'CO' THEN //ExportOperation/security = "N" ELSE /*/ExportOperation/security = "R"
Quick Fix
Check declarationType. If 'CO', remove security ("N"). If 'EX', provide security value ("R"). Resubmit.
Step-by-step resolution
Check declarationType. If 'CO', remove security ("N"). If 'EX', provide security value ("R"). Resubmit.
Keywords
C 0265, C-0265, C0265
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