Add check for new Board properties in report
This commit is contained in:
parent
75298e24d5
commit
4bb7cee271
@ -6,7 +6,10 @@ config {
|
||||
uniqueKey: ["SESSION_ID", "TIMESTAMP", "DNIS"],
|
||||
nonNull: ["SESSION_ID", "TIMESTAMP", "DNIS", "AGENT_GROUP_ID", "DISPOSITION_ID", "DISPOSITION_GROUP_ID",
|
||||
"DISPOSITION_GROUP", "CAMPAIGN_ID", "CAMPAIGN_GROUP_ID",
|
||||
"CAMPAIGN_GROUP", "SKILL_ID"]
|
||||
"CAMPAIGN_GROUP", "SKILL_ID"],
|
||||
rowConditions: [
|
||||
'BOARD_PROPERTY_GROUP = "ADD"'
|
||||
]
|
||||
},
|
||||
tags: ["calls_report"],
|
||||
description: "Main calls data for report"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user