09-19-2013 03:24 AM - edited 03-15-2019 05:55 AM
I am in need of a report detailing all calls received into call center for the duration of FY13
with as much data that can be retreived is appreciated, but minimum needed data points are as follows:
Date, Time, Call Direction, Calling Phone Number, Receiving Agent, Skill Group
09-19-2013 06:39 AM
09-19-2013 06:43 AM
Thanks David for response.. I have a very basic SQL query of RCD but I am not able to see agent peripheral numbers, skill groups and agents ID after running this query.
09-19-2013 07:13 AM
Try querying Termination_Call_Detail, not Route_Call_Detail. That should have the details you're looking for.
-Jameson
09-22-2013 10:59 AM
Dear Anupma,
Try below query
select * from Termination_Call_Detail where DateTime between ''start date' and "end date"
you can refer the ICM DB schema for the field description.
Date Time format as 2013-09-22 00:00:00
hope above will serve your purpose.
Regards,
Shalid K.C
Rate usefull posts...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide