- 6.04 Completed Callback Interactions Report:
- Dataset Report_CompletedCallbackInteraction, new fields:
- TurnaroundTime
- CallbackResponseTime
- RecordingPath
- RecordingTranscription
- RecordingPathMain
- RecordingTranscriptionMain
- Dataset Report_CompletedCallbackInteraction, new fields:
LOGIC CHANGES:
- ETL db changes:
- changes procedures:
- new field load:
- dbo.Upload_F_Interactions(add RecordingPath, RecordingTranscription load)
- new field load:
- changes procedures:
- Users db procedures changes:
- dbo.spRpt_GetInteractionsDataset
- 6.04 Completed Callback Interactions Report:
- procedures changed:
- DW.spRpt_CompletedCallbackInteraction
- Enter Time - > Callback Requested Time:
- Previous:
- F_Callbacks.EnterTime
- Current:
F_Callbacks.EnterTime
- Previous:
- Last Attempt Time - > Final Attempt Time:
- Previous:
- F_Callbacks.LastAttemptTime
- Current:
F_Callbacks.LastAttemptTime
- Previous:
- Turnaround Time:
- Previous:
- -
- Current:
Callback Requested Time - Final Attempt Time
- Previous:
- Last Attempt - > Final Attempt State:
- Previous:
- F_Callbacks.LastAttemptInteractionStateID → D_InteractionState.LastInteractionStateID → D_InteractionState.LastInteractionStateName
- Current:
F_Callbacks.LastAttemptInteractionStateID → D_InteractionState.LastInteractionStateID → D_InteractionState.LastInteractionStateName
- Previous:
- Attempt Time - > Agent Attempt Time:
- Previous:
- F_Attempts.AttemptTime
- Current:
F_Attempts.AttemptTime
- Previous:
- Callback Response Time:
- Previous:
- -
- Current:
(Agent Attempt Time - Opt In Time) where Attempt Number = 1
(Agent Attempt Time - Agent Attempt Time(previous attempt number)) where Attempt Number > 1
- Previous:
- Recording Path:
- Previous:
- -
- Current:
DBA.dbo.Settings where SettingName = 'RecordingBaseUrl'
replace ORGANIZATIONID → Users.dbo.UserGroup.OrganizationGUID
replace FILENAME → F_Interactions.RecordingPath
- Previous:
- Recording Transcription:
- Previous:
- -
- Current:
F_Interactions.RecordingTranscription
- Previous:
- Filter - Attempt State Filter:
- Previous:
[Ended State] = 'Purged'
OR
Exists:
F_Attempts.InteractionState = @AttemptState
- Current:
Exists:
F_Attempts.InteractionState = @AttemptState
- Previous:
- Filter - Ended State Filter:
- Previous:
[Ended State]
OR
@EndedState LIKE ''%|HandledOnFirstTrial|%'' && F_Callbacks.LastInteractionState = ''Handled''
AND F_Callbacks.NumberOfAttempts = 1
- Current:
[Ended State]
OR
@EndedState LIKE ''%|HandledOnFirstTrial|%'' && F_Callbacks.LastInteractionState = ''Handled''
AND F_Callbacks.NumberOfAttempts = 2
- Previous:
- procedures changed:
- 7.05 Contact Center Performance By Demand Report:
- procedures changed:
- DW.spRpt_ContactCenterPerformanceByDemand
- Staffed Agents:
- Previous:
- Count(distinct F_AgentLife.AgentID)
F_AgentLife.Status <> 'Offline'
and F_AgentLife.AgentLifeTypeID = 1
- Count(distinct F_AgentLife.AgentID)
- Current:
- Count(distinct F_AgentBpTime.AgentID)
@BusinessProcessName = '- ALL -'
OR
(@BusinessProcessName = F_AgentBpTime.BusinessProcessName and F_AgentBpTime.isAssigned = 1)
- Count(distinct F_AgentBpTime.AgentID)
- Previous:
- procedures changed: