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.
Methods
Get997Transport
- Returns the Transports object associated with the ASC/X12 Functional
Acknowledgment.
GetAcceptedGroupCount
- Returns the number of Functional Groups that have been accepted.
GetAcceptedGroupCountByAck
- Gets the total count of Functional Groups accepted for a
specific acknowledgment type.
GetAcceptedSetCount
- Returns the number of ASC/X12 Transaction Sets and/or UN/EDIFACT
Messages that have been accepted.
GetAcceptedSetCountByAck
- Gets the total count of Transaction Sets (ASC/X12), or
Messages (UN/EDIFACT) that were accepted for a specific
acknowledgment type.
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.
GetFirstDataSegmentByAck
- Gets the first data segment of the specified acknowledgment
document.
GetFirstTA1DataSegment
- Returns the first Data Segment in the ASC/X12 Interchange Acknowledgment.
GetRejectedGroupCount
- Returns the number of Functional Groups that have been rejected.
GetRejectedGroupCountByAck
- Gets the total count of Functional Groups rejected for a
specific acknowledgment type.
GetRejectedSetCount
- Returns the number of ASC/X12 Transaction Sets and/or UN/EDIFACT Messages
that have been rejected.
GetRejectedSetCountByAck
- Gets the total count of Transaction Sets (ASC/X12), or
Messages (UN/EDIFACT), that were rejected for a specific
acknowledgment type.
GetTA1Transport
- Returns the Transports object associated with the ASC/X12 Interchange
Acknowledgment.
GetTransportByAck
- Returns the transports object of a specific acknowledgment
type.
MapDataElementLevelError
- Maps a Framework EDI standard error code to an acknowledgment code that
reports errors in the data element semantic level.
MapDataElementLevelErrorByAck
- Maps a Framework EDI standard error code (in the data element
semantic level) to an acknowledgment code. This
operation applies to a specific acknowledgment type.
MapDataSegmentLevelError
- Maps a Framework EDI standard error code to an acknowledgment code that
reports errors in the data segment semantic level.
MapDataSegmentLevelErrorByAck
- Maps a Framework EDI standard error code, which reports errors
in the data segment semantic level, to an acknowledgment
code. This operation applies to a specific
acknowledgment type.
MapGroupLevelError
- Maps a Framework EDI standard error code to an acknowledgment code that
reports errors in the Functional Group semantic level.
MapGroupLevelErrorByAck
- Maps a Framework EDI standard error code (in the Functional
Group semantic level) to an acknowledgment code. This
operation applies to a specific acknowledgment type.
MapInterchangeLevelError
- Maps a Framework EDI standard error code to an Interchange acknowledgment
code.
MapInterchangeLevelErrorByAck
- Maps a Framework EDI standard error code to an Interchange
acknowledgment code. This operation applies to a
specific acknowledgment type.
MapMessageLevelError
- Maps a Framework EDI standard error code to an acknowledgment code that
reports errors in the Message semantic level.
MapMessageLevelErrorByAck
- Maps a Framework EDI standard error code (in the Transaction
Set/Message Group semantic level) to an acknowledgment code.
This operation applies to a specific acknowledgment type.
MapTransactionSetLevelError
- Maps a Framework EDI standard error code to an acknowledgment code that
reports errors in the Transaction Set semantic level.
MapTransactionSetLevelErrorByAck
- Maps a Framework EDI standard error code to an acknowledgment
code, which reports errors in the Transaction Set/Message
Group semantic level of the subject document. This
operation applies to a specific acknowledgment type.
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.