TransactionInfo
The TransactionInfo
object (ae/EDI/TransactionInfo)
has the following fields:
Field | Type | Description |
---|---|---|
interchange Header | String | The reference interchange header segment of the transaction. |
groupHeader | String | The reference group header segment of the transaction. ASC X12 example: GS segment. |
transaction Body | String | The raw EDI segments of the transaction. ASC X12 example: All segments between a pair of ST/SE segments. |
groupTrailer | String | The reference group trailer segment of the transaction. ASC X12 example: GE segment. |
interchange Trailer | String | The reference interchange trailer segment of the transaction. ASC X12 example: ISE segment. |
userKey | String | Values of the user keys delimited by colon (:) as defined by the EDISIM Standards
Editor DSR Mark. |
userKeyName | String | Names of the user keys delimited by colon (:) as defined by the EDISIM Standards Editor DSR Mark for the guideline. |
txExtraInfo | String |
Extra information to be included with the transaction. It is not part of the raw
EDI document. Use this to assist in routing the transaction to the backend
private process. Example: Controlled by the field |
requestFile | String | The full path of the raw EDI segments for the transaction that are stored on file. This attribute is populated when the Log Raw EDI Segments to File check box for the transaction level is selected. |