Fieldpine Logo Documentation Home  

BusinessTransactions_ReadOnly Table Structure

This page contains technical detail about the physical database structure. It is not required for day to day operation of the Point Of Sale.

Overview

Contains a list of business transactions received for processing. A business transaction is a high level operation performed by the POS, such as "create a sale", "edit a customer", "redeem a voucher".

Columns

FieldNameDatatypeMeta InfoDescription
MessageIdStringTypically 32 bytesA unique reference code for this record
TypeStringA keyword name for this transaction. Eg. "ProductEdit"
ReceivedDate/TimeDate/Time this transaction was received on the server.
DiscardLifeNumberNumber of seconds after which the generator has said this transaction can be discarded
SourceMACString
PacketTypeNumber
SchemaNumber
SourceIPStringThe dotted IP address this packet was received from. Depending on network configuration and how packets flowed through the network this may not be the generating nodes IP address
UrgencyNumber
ImportanceNumber
OnlineFlagNumber
SizeNumberSize of transaction data packet in bytes

Indexing