The Interchange Acknowledgment indicates the receipt of an interchange. The interchange in an EDI document is begins with Interchange Header (ISA) control segment and ends with the Interchange Trailer (IEA), and technically it is the presence of these two segments that the interchange receipt acknowledges.
Generating Interchange Acknowledgments
To automatically generate an Interchange Acknowledgment, take the following steps:
The following is a summary
of how the Interchange Acknowledgment is dependent on the OptAcknowledgment_IgnoreAckRequest
option and EnableInterchangeAcknowledgment property.
DE I13 | OptAcknowledgment_IgnoreAckRequest | EnableInterchangeAcknowledgment | TA1 |
0 | FALSE | FALSE | NO |
0 | FALSE | TRUE | NO |
0 | TRUE | FALSE | NO |
0 | TRUE | TRUE | YES |
1 | FALSE | FALSE | NO |
1 | FALSE | TRUE | YES |
1 | TRUE | FALSE | NO |
1 | TRUE | TRUE | YES |
See Also