Configure Wallboard View 6 (Reason Code Rows)
Last updated: January 2025
Introduction
This view is also known as Reason Code View.
Configure
-
Open the config.xml file, which is located in the “InFlight WallBoard\I01” folder
-
The value for the DefaultView = 6
-
Make sure the General Settings are as in the example below
CopyXML<!-- General Settings -->
<DefaultView value="6" enabled="true"></DefaultView>
<!-- 1 Normal, 2 Custom (Grid), 3 Multiple, 4 InboundOnly, 5 StatisticsView, 6 Reason Code -->
<MultipleUCCGroup value="-1" enabled="true" />
<!-- -1 == GroupView, 0 == group 0, 1 == group 1, 2 == group 2, 12 == group 12, etc-->
<LogLevel value="All" enabled="true" />
<!-- All, Critical, Error, Warning, Information, Verbose -->
<LowestSkillValue value="1" enabled="true" />
<Language value="en" enabled="true"></Language>
<!-- End General Settings --> -
Next make sure the "Normal View Settings" are correct. (Entered during installation)
CopyXML<!-- Normal View Settings -->
<DashboardServer version="1.5" name="ucc-" value="http(s)://<FQDN>/DashboardService" SLA1Label="20 sec" SLA2Label="2 min" SLA1="20" SLA2="120"></DashboardServer>
<Credentials username="" password="" />
<!-- End Normal View Settings -->-
name = Name of the UCC (e.g. ucc-main-number or ucc-support-ab123)
-
value = URL to dashboard service of the UCC.
-
SLA1Label = Text value which is shown in the SLA bar's first item.
-
SLA2Label = Text value which is shown in the SLA bar's second and third item.
-
SLA1 = Number of seconds which is used in the SLA bar's first item and SLA percentage.
-
SLA2 = Number of seconds which is used in the SLA bar's second and third item.
-
Credentials = Automatically entered when connection to a secure dashboard.
-
-
Next make sure the "ReasonCode" Settings are correct.
CopyXML<ReasonCodes enabled="true" value="InACall;Discharge;Administration;Lunch/Dinner;*" />
<DetermineFirstReasonCodeInCall enabled="true" value="true"/>
<DetermineSecondReasonCodeDischarg enabled="true" value="true" />
<ShowAgentTotalNumberCallsPerDay enabled="false" value="true" />-
ReasonCodes = Names of the reasoncodes.
Note
Use * as last reason code when more then 5 reason codes need to be used.
-
DetermineFirstReasonCodeInCall = Use first row / columns for status "InCall"
-
DetermineSecondReasonCodeDischarg= Use second row / columns for "Discharge"
-
ShowAgentTotalNumberCallsPerDay = True (show CallToday) / False (show Talk Time + Discharge Duration)
-
-
Save the file
-
Now the Reason Code View is applied for the Wallboard.