Panatracker Transaction Status code values
If you are performing SQL Queries to determine the status of PanatrackerGP transactions, the following lists the values of the TransactionStatus field in the transaction tables in the PanatrackerGP database (Prefix of "Trx").
| Status Code
| Status Name
| Description
|
| 0 |
InProgress |
Transaction data is being gathered |
| 1 |
Queued |
Saved for send, but submittal web service not yet invoked |
| 2 |
Approved |
Transaction was approved, waiting for queuing (not currently in use) |
| 3 |
Rejected |
Transaction was rejected (not currently in use) |
| 4 |
Succeeded |
Transaction was successfully applied to host by PanatrackerGP |
| 5 |
Failed |
Host rejected the transaction |
| 6 |
Discarded |
Transaction has been voided, ignore it |
| 7 |
Warning |
Problem completing a part of a multi-step transaction |
| 8 |
Pending |
Holding for approval (typically via portal submit button) |
| 9 |
External |
Waiting for an external process (e.g., GP Manufacturing integration) |
| 10 |
ExternalInProgress |
External integration is currently processing the transaction |
| 11 |
Accepted |
Warning that was discarded |
Related Articles
Panatracker Transaction Status code values
If you are performing SQL Queries to determine the status of PanatrackerGP transactions, the following lists the values of the TransactionStatus field in the transaction tables in the PanatrackerGP database (Prefix of "Trx"). Status Code Status Name ...
Panatracker Transaction Status code values
If you are performing SQL Queries to determine the status of PanatrackerGP transactions, the following lists the values of the TransactionStatus field in the transaction tables in the PanatrackerGP database (Prefix of "Trx"). Status Code Status Name ...
PanatrackerGP Status Code Values for Transaction Logging
This reference lists the status codes used in PanatrackerGP transaction logging tables. Code Status Details 0 In Progress Transaction has started but not submitted 1 Queued Submitted and execute for the submit has not occurred. 2 Approved Transaction ...
Implementing the Panatracker API
Implementation Steps Install the SubmitFromWebService license. Populate the appropriate Panatracker "Trx" tables with transactions that have a status of Queued. That is, column named TransactionStatus = 1. To trigger the submission, the web API ...
Order Fulfill Transaction
The Order Fulfill transaction enables picking of GP sales orders with support for order, invoice, or fulfillment order/invoice document types. The transaction uses directed or ad-hoc pick workflows with optional zone filtering, lot/serial tracking, ...