Outbound Transaction Queue
This function shows all Inventory Transactions that are inserted into the EF Queue table via the Outbound Queue Trigger and indicates their status for outbound sending to a defined Outbound Transaction Endpoint. The Outbound Transaction Queue table is processed by comparing the inventory transactions to the Outbound Transactions Rules. Rules are evaluated using the source and target location linked with the transaction. For example, rules can be setup to match movements if an RFID tag moves from location A to location B, or a different rule can be setup to handle moves from location B to location C. For each rule, a custom endpoint can be defined.
Note: The background job ProcessOutboundQueue must exist and be running for the queue to be processed.
|
Tag ID
|
The TagID associated with the Read Event
|
|
|
|
Item ID
|
The Item Number associated with the Read Event
|
|
|
|
Quantity
|
The Inventory Quantity associated with the Tag Read Event
|
|
|
|
Source Status
|
The Source location of where the Tag Inventory was previously.
|
|
|
|
Target Status
|
The new location of where the Tag Inventory was moved to.
|
|
|
|
Transaction Time
|
The Timestamp when Event was recorded in TagNet
|
|
|
|
Processed Time
|
The Timestamp when Event was processed by TagNet
|
|
|
|
Status
|
The current status of the Queue Transaction
|
NotProcessed
|
The Transaction was just created and awaiting to be processed. Note that there is an intended delay to allow for adding attributes after the native transaction is created but before the outbound queue is processed. Click here for more info on that workflow.
(Status ='0')
|
InProcess
|
The Transaction is currently being processed. (Status ='1')
|
Ok
|
The Transaction was successfully processed and sent to the endpoint with no errors returned in the response. (Status ='2')
|
NoMatch
|
The Transaction attributes did not make a match on the outbound rules. (Status ='3')
|
MatchingRuleDisabled
|
A matching Rule was found but the Rule was disabled. (Status ='4')
|
Error
|
The Transaction was processed however the endpoint returned an error. (Status ='5')
|
|
|
|
Action Links
|
These hyperlinks perform the following functions:
|
Edit
|
Enables editing of the test transaction
|
Details
|
Enables viewing mode only of the test transaction
|
Delete
|
Enables deletion of the test transaction
|
|
|
Copyright © 2024 Stratum Global, Inc.