 Library
Library
Localdb_receivequeue Database Table
Received transactions and other work that needs to be processed
Fields
- physkey
- #100, Datatype: String 44 bytes
 Unique record key
- createdt
- #101, Datatype: DateTime
 Date/time this record was added to the database. UTC.
- payloadtype
- #102, Datatype: Integer
 What type of transaction this record containsPossible ValuesValue Description 1 Pos Sale-object or sale-immediate 
- trycount
- #103, Datatype: Integer
 Number of processing attempts.
- scode
- #104, Datatype: Integer
 Type of data stored in adata field
- priorityflags
- #105, Datatype: Integer
 Indicator and flags to prioritise some transactions above others
- payloadphyskey
- #106, Datatype: String 44 bytes
 Physkey of the record if available
- loadingapp
- #107, Datatype: Integer
- loadingappversion
- #108, Datatype: Integer
- srcuid
- #109, Datatype: Integer
- adata
- #110 Payload to apply
- dlocwho
- #111, Datatype: String 100 bytes
 Distributed lock key information. Identifies a program/computer that currently owns this record. When this value is not null programs should avoid trying to use it
- dloctimeout
- #112, Datatype: DateTime
 Date/time (UTC) that the dlocwho information can be considered stale