Transaction Document (*TXDOC) Built-in Variable Qualifiers
The *TXDOC built-in variable may be extended with a range of qualifiers to access the attributes of the transaction document. The available qualified forms of the *TXDOC built-in variable may be displayed and accessed by expanding the corresponding items listed on the
tab in the .Note: While the *TXDOC built-in variable is writeable, the qualified forms that provide access to the attributes of the current transaction document are not writeable.
Qualifier |
Description |
.ID |
The identifier or number of the transaction document envelope. |
.PID |
The identifier for the parent transaction document (if any). |
.RID |
The identifier for the document to which this is the response (if any). |
.DIR |
The direction (I, O) for the transaction document. |
.TPID |
The exchange trading partner identifier for the transaction document. |
.DATETIME_UTC |
The exchange date and time for the transaction document as Universal Coordinated Time (UTC). |
.DATETIME_LOCAL |
The exchange date and time for the transaction document as local time. |
.RESULT |
The result code from processing the transaction document. |
.STATUS |
The current status code for the transaction document. |
.STATUSTEXT |
The current status description for the transaction document. |
.DOCPATH |
The last recorded file location for the transaction document. |
.DOCORIGINAL |
The original file location for the transaction document. |
.DOCSIZE |
The transaction document file size in bytes. |
.DOCTYPE |
The document type identifier for the transaction document. |
.CONTENTTYPE |
The content type for the transaction document. |