Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > Archive Explorer > User Input > Show Callers on Customer Tab |
In Archive Explorer, the Customers tab currently displays a combination of customers that have loadpoints on the record or have called (or both). To alter the tab so that only customers with loadpoints on record appear (irrespective of call presence), do the following:
Do not edit XML files using a word processing program such as WordPad or Microsoft Word as it may corrupt your configuration file. |
Copy Code
|
|
---|---|
<appSettings> <!--<add key="" value="" />--> <add key="TelemetryService.Address" value="localhost:36745"/> <add key="TelemetryService.Enabled" value="false"/> |
Copy Code
|
|
---|---|
<add key="ShowCallersOnCustomerTab" value="false"/> |