Commit 943e41de authored by prumde's avatar prumde

Updated for Bug fixing in Coaching count and Customer Calls count getting wrong

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216173 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cb7b6b40
......@@ -140,7 +140,7 @@
</column_group>
<column_group id="2">
<columns>
<column id="1" type="string" aggFunction="SUM" groupBy="EMP_CODE"><![CDATA[COACHING_COUNT,CUST_COUNT]]></column>
<column id="1" type="string" aggFunction="UNIQUE" groupBy="EMP_CODE"><![CDATA[COACHING_COUNT,CUST_COUNT]]></column>
</columns>
</column_group>
<column_group id="3">
......
......@@ -46,7 +46,7 @@
</column_group>
<column_group id="2">
<columns>
<column id="1" type="string" aggFunction="SUM" groupBy="EMP_CODE"><![CDATA[COACHING_COUNT,CUST_COUNT]]></column>
<column id="1" type="string" aggFunction="UNIQUE" groupBy="EMP_CODE"><![CDATA[COACHING_COUNT,CUST_COUNT]]></column>
</columns>
</column_group>
<column_group id="3">
......
......@@ -50,7 +50,7 @@
<link_metadata><![CDATA[_composite_esi_details]]></link_metadata>
<column_group id="1">
<columns>
<column id="1" type="string" aggFunction="SUM" groupBy="EMP_CODE"><![CDATA[COACHING_COUNT,CUST_COUNT]]></column>
<column id="1" type="string" aggFunction="UNIQUE" groupBy="EMP_CODE"><![CDATA[COACHING_COUNT,CUST_COUNT]]></column>
</columns>
</column_group>
<column_group id="2">
......
......@@ -89,7 +89,7 @@
"image" : "sellPlanReview.svg",
"title" : "Sells Planning Review",
"execFunction" : "openTransactionGWT('sell_plan_review_rsm','dashboard_sell_plan_review_rsm','A','Sells Planning Review');",
"obj_name_rights" : "coaching_rsm"
"obj_name_rights" : "sell_plan_rsm"
},
{
"bgImage":"linear-gradient(-45deg,#fff,#fff)",
......@@ -103,7 +103,7 @@
"image" : "sellPlanReview.svg",
"title" : "Sells Planning Review",
"execFunction" : "openTransactionGWT('sell_plan_review_abm','dashboard_sell_plan_review_abm','A','Sells Planning Review');",
"obj_name_rights" : "coaching_abm"
"obj_name_rights" : "sell_plan_abm"
},
{
"bgImage":"linear-gradient(-45deg,#fff,#fff)",
......@@ -117,7 +117,7 @@
"image" : "kpiActivity.svg",
"title" : "KPI Activity",
"execFunction" : "openTransactionGWT('kpi_abm','dashboard_kpi_abm','A','KPI Activity');",
"obj_name_rights" : "coaching_abm"
"obj_name_rights" : "kpi_abm"
},
{
"bgImage":"linear-gradient(-45deg,#fff,#fff)",
......@@ -131,7 +131,7 @@
"image" : "kpiActivity.svg",
"title" : "KPI Activity",
"execFunction" : "openTransactionGWT('kpi_esi','dashboard_kpi_esi','A','KPI Activity');",
"obj_name_rights" : "coaching_esi"
"obj_name_rights" : "kpi_esi"
}
],
"preload_functions" : [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment