An acknowledgment is a document created and sent to the sender in response to
the sender's document. It is to inform the sender of the documents
receipt and validity. The acknowledgment also notifies the sender of what
action has been taken -- whether the document has been rejected or if it has
been accepted. When multiple documents are sent by the sender, an
acknowledgment for each document can be created.
Acknowledgments notify the sender of the following things:
Syntactical correctness of the document.
If the receiver of the document has accepted or rejected the document.
NOTE:Although the acknowledgment
itself is a document, another acknowledgment MUST NOT be created in response to
a received acknowledgment to prevent an endless cycle of verifications.
Get997Transport
- Returns the Transports object associated with the ASC/X12 Functional
Acknowledgment.
GetAcceptedGroupCount
- Returns the number of Functional Groups that have been accepted.
GetAcceptedSetCount
- Returns the number of ASC/X12 Transaction Sets and/or UN/EDIFACT
Messages that have been accepted.
GetContrlTransport
- Returns the Transports object associated with the UN/EDIFACT Service Report.
GetEdiString
- Gets the string containing the entire text of the acknowledgment document.
GetFirst997DataSegment
- Returns the first Data Segment in the ASC/X12 Functional Acknowledgment.
GetFirstContrlDataSegment
- Returns the first Data Segment in the acknowledgment or service report
generated by an EDIFACT document.
GetFirstTA1DataSegment
- Returns the first Data Segment in the ASC/X12 Interchange Acknowledgment.
GetRejectedGroupCount
- Returns the number of Functional Groups that have been rejected.
GetRejectedSetCount
- Returns the number of ASC/X12 Transaction Sets and/or UN/EDIFACT Messages
that have been rejected.
GetTA1Transport
- Returns the Transports object associated with the ASC/X12 Interchange
Acknowledgment.
MapDataElementLevelError
- Maps a Framework EDI standard error code to an acknowledgment code that
reports errors in the data element semantic level.
MapDataSegmentLevelError
- Maps a Framework EDI standard error code to an acknowledgment code that
reports errors in the data segment semantic level.
MapGroupLevelError
- Maps a Framework EDI standard error code to an acknowledgment code that
reports errors in the Functional Group semantic level.
MapInterchangeLevelError
- Maps a Framework EDI standard error code to an Interchange acknowledgment
code.
MapMessageLevelError
- Maps a Framework EDI standard error code to an acknowledgment code that
reports errors in the Message semantic level.
MapTransactionSetLevelError
- Maps a Framework EDI standard error code to an acknowledgment code that
reports errors in the Transaction Set semantic level.
Save - Saves the
acknowledgment to an external file.
Properties
AcceptGroupWithErrors
– Allows the Functional Acknowledgment file being generated to indicate that
the Functional Group being checked for syntactical errors should be accepted
even if syntactical errors are found.
AcceptSetWithErrors
- Allows the Functional Acknowledgment file being generated to indicate that
the Transaction Set being checked for syntactical errors should be accepted
even if syntactical errors are found.
AcceptTA1withErrors
- Allows the Interchange Acknowledgment file being generated to indicate that
the Interchange being checked for syntactical errors should be accepted even if
syntactical errors are found.
CompositeTerminator
- Sets or gets the component element terminator used by the acknowledgment.
DecimalNotation
- Sets or gets the decimal notation used by the acknowledgment.
ElementTerminator
- Sets or gets the data element terminator used by the acknowledgment.
EnableFunctionalAcknowledgment
- Enables the generation of the ASC/X12 Functional Acknowledgment or UN/EDIFACT
acknowledgment when the EDI document is loaded.
EnableInterchangeAcknowledgment
- Enables the generation of the ASC/X12 Interchange Acknowledgment when the EDI
file is loaded.