Ack |
The AckSettingsT, U type exposes the following members.
Name | Description | |
---|---|---|
AckHandler | The EDI acknowledgment handler. It is raised after reaching the end of each EDI group as the EDI document is read along for X12. It is raised after the end of each EDI interchange as the EDI document is read along for EDIFACT. | |
GenerateForValidMessages | Indicates if EDI message acknowledgment segments are generated for valid messages. UCM for EDIFACT AK2 for X12 | |
GroupDuplicates | Indicates whether to detect duplicate EDI groups within the same EDI interchange. | |
InterchangeDuplicates | A delegate to detect duplicate EDI interchanges. All interchange control numbers must be preserved externally for a period of time. | |
MessageControlNumber | The latest control number that was used in the message header. EDI transaction control are always sequential and automatically generated. | |
MessageHandler | The message handler. It is raised after reaching the end of each EDI message as the EDI document is read along. | |
TechnicalAck | Controls the generation of technical acknowledgment. By default it generates it according to the ISA14 flag (for X12) or UNB9 flag (for EDIFACT). It allow the generation of technical acknowledgments to be suppressed or enforced regardless of the ISA14 or UNB9 value. | |
TransactionSetDuplicates | Indicates whether to detect duplicate EDI transactions within the same EDI group. | |
ValidationSettings | The validation settings. |
Name | Description | |
---|---|---|
GetNextControlNumber | Gets the next sequential transaction control number. |