Integration Guide

Table Of Contents
Appendix B
WaveWorks PSS, Integration Guide, 1.10 Page 130
© 2000, Symbol Technologies, Inc. February 1, 2000
Greeting_Text greeting text to be displayed upon dispensing a terminal to this
customer
Registered_Datetime date/time that this customer was added to PSS
Display_Foodstamp indicates whether this customer is shown foodstamp totals on their
and-held terminal
Special_Customer indicates whether this is a special type of customer (e.g. Queue-
Buster, Price Checker, or Express Shopping-type customer)
Suspend_ID indicates whether this customer is suspended from PSS, and with
which reason code (from PSS_Customer_Suspend_Reason)
Num_Rescans number of rescanned PSS shopping trips for this customer
Group_ID number used for grouping customers (e.g. family cards, etc.)
Num_Rescan_Diffs number of rescanned PSS shopping trips with item count/amount
differences for this customer
Num_Trips_Incomplete number of incomplete PSS shopping trips (started, but never
checked out) for this customer
Total_Trip_Seconds total number of seconds this customer has spent shopping using a
PSS hand-held terminal
First_Trip_Datetime date/time of the first PSS shopping trip for this customer
Last_Incomplete_Datetime date/time of the last incomplete PSS shopping trip for this
customer
Total_Spent total amount this customer has spent using PSS
Last_Rescan_Datetime date/time of the last rescanned shopping trip for this customer
B.8 Table Name: PSS_Customer_Message
Table Column Name Table Column
Datatype
Table Column Null
Option
Table Column Is PK Table Column Is FK
Customer_ID int NOT NULL Yes Yes
Message_Nbr int NOT NULL Yes No
Message_Text varchar(255) NULL No No
Start_Datetime datetime NULL No No
End_Datetime datetime NULL No No
PSS Customer Message Table holds messages to be displayed at the start of a shopping trip for
a particular PSS customer.
Customer_ID unique identifier for this customer
Message_Nbr unique identifier for this message for this customer
Message_Text message text to be displayed
Start_Datetime date/time after which this message is to be displayed
End_Datetime date/time after which this message will no longer be displayed
B.9 Table Name: PSS_Customer_Suspend_Reason