Table of Contents

UCCE Apps

Queue Data App

Summary
An app can be display the callers previous interactions to the Agent via a Finesse Gadget and also be used for intelligently routing previous callers

Data We need to capture

How to do it

The Database would have a row for each enter and a type. E.g.

The Abandon events would not be possible to update via the script or finesse - so would need to be capture every 60 mins? from TCD Table. Run TCD query for all records matching your routercallkeys in the previous hour and where calls are abandoned and then an insert. Likely need a manual script to do an update in case the auto script failed to update all records etc.

Use a store procedure to run a query against the RCD - which includes queue time and if call is abandoned (448). Simpler that using TCD and we could use DBDateTime or potential the Recovery Key. Using the Recovery Key is nice - as it means if any issues with the script running it simple to update it. So we store the latest Recovery Key in the custom table - and then run the query against RCD for all Recovery keys greater than this up where call is abandoned and Policy number exists

Calculate Accurate EWT - based on changing multiple skillgroup Membership