Web ViewPoint User Guide, Version 5.14
Web ViewPoint User Guide Version 5.14 - 528226-014  171 
To customize Web ViewPoint to display all TANDEM.TACL events as normal events but in orange color, the 
following will have to be done: 
A.  Write the following filter: 
FILTER My^Filter; 
BEGIN 
IF ZSPI^TKN^SSID = SSID(TANDEM.TACL.0) THEN PASS 4; 
IF ZEMS^TKN^EMPHASIS = [ZSPI^VAL^TRUE] THEN PASS 2; 
IF TOKENPRESENT(ZEMS^TKN^ACTION^NEEDED) THEN 
BEGIN 
IF ZEMS^TKN^ACTION^NEEDED = [ZSPI^VAL^TRUE] THEN PASS 1 
ELSE PASS 3; 
END; 
PASS 0; 
END;  
B.  Customize the EVTCSTM file as following (add/modify row for pass value 4): 
# ------------------------------------------------------------------------ # 
# Pass Value Type Event-Color Acked-Color  # 
# ---------- ----------------- ------------------ ------------------------- # 
 0 normal     green green 
 1   action-needed  magenta green 
 2  critical    red   green 
 3  action-completed  darkblue green 
  4   normal    orange green 
C.  Specify this filter in the Filter tab in the Live/Query Settings. You will now see events of TANDEM.TACL 
appearing in orange color while other events appearing in green or magenta or red or darkblue depending on 
ZEMS^TKN^ACTION^NEEDED and the ZEMS^TKN^EMPHASIS token. 
Please Note: See 
Section 5.7.1.2  for instructions on how to add a background color and a header title.  
[Back to TOC] 










