System: C
Error Code: C 0455 (C-0455)
Explanation
RequestedDocument required ("R") for type '1', optional ("O") for '0', not allowed ("N") otherwise. Error if mismatched.
When it happens (Reason)
IF /CC560C/ExportOperation/notificationType is EQUAL to '1' THEN /CC560C/RequestedDocument = "R" ELSE IF /CC560C/ExportOperation/notificationType is EQUAL to '0' THEN /CC560C/RequestedDocument = "O" ELSE /CC560C/RequestedDocument = "N"
Quick Fix
Check notificationType. For '1', provide RequestedDocument details ("R"). For '0', optional. For others, remove ("N"). Resubmit.
Step-by-step resolution
Check notificationType. For '1', provide RequestedDocument details ("R"). For '0', optional. For others, remove ("N"). Resubmit.
Keywords
C 0455, C-0455, C0455
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