Integration Guide

Table Of Contents
System Administration Interface
______________________________________________________________________________
WaveWorks PSS, Integration Guide, 1.10 Page 117
© 2000, Symbol Technologies, Inc. February 1, 2000
20701 - 20799
Page State Short Names
Text appearing as the page title at the top of the page, in
the navigation bar, and in the page buttons in the Service Terminal menu system
for pages with multiple “states.”
20801 - 20899
Page State Descriptions
Text appearing as pop-up “alternate text”descriptions for
the page buttons in the Service Terminal menu system for pages with multiple
“states.”
20901 - 20999
Miscellaneous Menu Text
Text used for particular purposes in the Service
Terminal menu system, for example, the text for logging in and out of the system is
stored here.
21000 - 21099
Miscellaneous Text
Text used for particular purposes throughout the Service
Terminal, for example, the strings for months of the year, or days of the week are
stored here.
21101 - 29999
Page Text
Text for each page in the Service Terminal is stored in this region.
The formula for determining the range for a particular page is (21000 + (Current
Page ID x 100)). Page Ids are all stored in the PSS_Admin_Page table. For
example, page 51 is the Admin Actions page, and its text region is 21000 + (51 x
100) = 26100 (to 26199).
10.4.1 Service Terminal System Settings
The behavior of the Service Terminal can also be modified by a collection of system settings,
with Name “SVCTERMINAL.” These settings control:
The use of various features or fields that may not be used at every installation for display
or in calculating the system status
The dimensions of hand-held terminal messaging displays
Service Terminal hardware settings
The length of time before user login sessions time out
Transactions for resetting system software components
The PSSSysInit settings provide the transactions for resetting system COM Objects through
WaveWorks. On the System Settings administrative page, there is a link at the bottom of the
page, Re-Initialize PSS System. When this link is selected, a CMS message “PSS998” is sent to
all standalone executables, such as services, subscribed as “PSSSYS.” In addition, all system
settings with Name “SVCTERMINAL” and Subname “PSSSysInitX” (where X is a custom
string appended to the Subname) are traversed. The value is sent as a multicasted transaction,
that is, sent to all instances of a COM object that handles that particular transaction.
Additional transactions may be added to the system by adding system settings with Name
“SVCTERMINAL,” Subname “PSSSysInitXXX,” where XXX is a custom string appended to
the Subname. For custom transactions, it is recommended that letters be used for the custom
string (e.g., A - Z) to avoid conflicting with future additions to the PSS system, which will use
numbers.