Integration Guide

Table Of Contents
Customizing the PSS System Software
______________________________________________________________________________
WaveWorks PSS, Integration Guide, 1.10 Page 111
© 2000, Symbol Technologies, Inc. February 1, 2000
9.5.9 UE_PostProcessPOSTransRecord
This function is called after processing the current header or detail record read from a POS
Transaction File and after updates to the PSS database for the current record have been
completed.
The base PSS software handles the following return codes from the User Exit as follows:
All return codes: PSS logs the status and continues on to the next record
9.5.10 UE_ProcessEODRecord
This function is called after PSS processes an EOD or EOW record in a POS Transaction File
The base PSS software handles the following return codes from the User Exit as follows:
All return codes: PSS logs the status and continues on to the next record
9.5.11 UE_PostProcessPOSTransFile
This function is called after all processing of a POS Transaction File and all updates to the PSS
database for a POS transaction have been completed.
The base PSS software handles the following return codes from the User Exit as follows:
All return codes: PSS logs the status
9.5.12 UE_PreProcessPSSTransFile
This function is called before processing of a PSS Transaction File is performed. The PSS
Transaction file defines a completed by a shopper using a hand held terminal. This is the file
used by the POS to retrieve the PSS shopping trip.
The base PSS software handles the following return codes from the User Exit as follows:
UE_CONTINUE: PSS processes the FILE as if no Pre-Processing was performed
UE_DONE: PSS logs the return status and performs NO FILE processing
UE_ERROR: PSS logs the return status and performs NO FILE processing