Skip to main content
Version: 1.6

vFACT_TASKLEGDETAILS

Definition

Contact Center data about incoming and outgoing tasks. Every routing sequence of a customer contact with a different queue and agent target creates a new record in this table. Legs are separated for consultation calls, blind transfers, transfer completed sessions and also available for agent to agent calls.

Data Repository: Call Leg Record (CLR)

API: Search Tasks (GraphQL endpoint) /TaskLegDetails

Original field description

This documentation is available from external source: CLR Data Dictionary

b+s specific fields or modifications

Field nameTypeDescription
connectedDurationbigintTalking duration in milliseconds, also including conference duration for non-voice task legs
entryPointSLTintService Level Threshold of the entry point for the task leg
holdFlagint1 if the task was taken on hold at least once, else 0
InAbandonedint1 if the incoming task abandoned in queue or at agent after the short call threshold, else 0
InAnsweredint1 if the incoming task was answered by an agent, else 0
InATABlindTransferAbandonedint1 if the incoming agent to agent blind transfer was not answered, else 0
InATABlindTransferAnsweredint1 if the incoming agent to agent blind transfer was answered, else 0
InATAConsultAbandonedint1 if the incoming agent to agent consultation call was not answered, else 0
InATAConsultAnsweredint1 if the incoming agent to agent consultation call was answered, else 0
InConsultedint1 if the incoming task was connected with another agent during a consultation, else 0
InDequeuedint1 if the incoming task was removed from queue due to a timeout or overflow, else 0
InForwardedint1 if the incoming task was forwarded to another DN after being queued, else 0
InHandledint1 if the incoming task was connected with the customer, else 0
InIncompleteint1 if the incoming task was not completed by the system correctly and the end time is missing, else 0
InOtherint1 if the incoming task ended not in one of the other cases, else 0
InSelfserviceint1 if the incoming task ended in the self service or was forwarded to another DN from the self service, else 0
InShortAbandonedint1 if the incoming task abandoned in the queue or at agent before the short call threshold, else 0
OutdialAbandonedint1 if the outgoing call was cancelled after the short call threshold, else 0
OutdialAnsweredint1 if the outgoing call was answered, else 0
OutdialIncompleteint1 if the outgoing call was not completed by the system correctly and the end time is missing, else 0
OutdialShortAbandonedint1 if the outgoing call was cancelled before the short call threshold, else 0
queueSLTintService Level Threshold of the queue for the task leg
shortCallDurationbigintWait duration in milliseconds for abandoned calls that is taken to separate short calls and abandoned calls. Short Call Threshold and Short Call Trigger are parameters within system settings (see configuration topics)
totalDurationbigintCalculated time from start to end time for ended task legs in milliseconds
waitDurationbigintSum of ringingDuration and queueDuration in milliseconds
var11 to var20nvarchar(100)Global variable that is mapped to this variable field (see mapping in "Field Name" of dimension table "VARIABLE INFO")
note

Surrogate keys (integer) of the datamart are used for tenant (org), entry point, queue, agent, team, site, date and time fields.