Commit e154dd32 authored by prumde's avatar prumde

Added callbackJSFunction to display Datamodel Count on Landing Dashboard - Call List Card

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@208104 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e30cdf61
......@@ -87,7 +87,7 @@
],
"preload_functions" : [
"preloadDashboardData({'url' : '/ibase/TodaysServlet', 'value' : 'TodaysServlet', 'type' : 'servlet'});",
"preloadDashboardData({'url' : '', 'value' : 'SPRS_CUST_INFO', 'type' : 'datamodel'});",
"preloadDashboardData({'url' : '', 'value' : 'SPRS_CUST_INFO', 'type' : 'datamodel', 'callbackJSFunction' : 'updateCacheDatamodel'});",
"preloadDashboardMetadata('customerInfo');",
"preloadDashboardData({'url' : '/ibase/rest/dashboard/userActSummary', 'value' : 'UserActSummary', 'type' : 'servlet'});"
]
......
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