Hi,
If input Attachment Indicator - Original='N' in billing data, I then upload 10 attachments, IS would output:
-- AttachmentIndicatorOriginal = N
-- AttachmentIndicatorValidated = Y
-- NumberOfAttachments = 10
--------->>>>>Correct.
What will happen if we input Attachment Indicator - Original='Y' and no attachments uploaded?
---->>>>>>> The output will be
AttachmentIndicatorOriginal = Y
AttachmentIndicatorValidated = N
And there will be no validation error
What about if The Attachment Indicator Original =blank, and then we upload nothing or 10 attachments?
------->>>>>> AttachmentIndicatorOriginal is a mandatory field and hence cannot be blank. A value has be provided in the input file else it will fail in the validation process.
Best Regards
From:
Posted: Sunday, December 19, 2010 11:54 PM
Subject: Attachments validation
According to SIS Forums-->Record Structures-->Attachments on Misc XML Invoices:
If input AttachmentIndicator - Original='N' in billing data, I then upload 10 attachments, IS would output:
-- AttachmentIndicatorOriginal = N
-- AttachmentIndicatorValidated = Y
-- NumberOfAttachments = 10
What will IS output if I input AttachmenIndicator - Original='Y' and no attachments uploaded?
If AttachmentIndicatorOriginal =blank, then I upload nothing or 10 attachments, what will IS output?
Will billed airline reject the billing in these cases?
Thank you!