Hello.
Could you help me and tell how can I make My PIpeline Dashlet on Home Tab to refresh automatically?
Thanks for help in advance.
Jacek Skowron
Sugar CRM 4.5.1h
Hello.
Could you help me and tell how can I make My PIpeline Dashlet on Home Tab to refresh automatically?
Thanks for help in advance.
Jacek Skowron
Sugar CRM 4.5.1h
I have not checked but you can try the scheduler (available in the admin control panel)
Sanjay Katiyar
iPhone and Android solutions http://www.apptility.com
Hi
I want same functionality in my CRM to auto refresh my alerts on dashlet. I have added following code in my dashlet file and works fine.
Cheers,PHP Code:/**
* Displays the javascript for the dashlet
*
* @return string javascript to use with this dashlet
*/
function displayScript() {
echo '<script>
setInterval(\'SUGAR.mySugar.retrieveDashlet("'.$this->id.'");\', 20000);
</script> ';
}
Hi All,
I have added above code in my two dashlets. but in homepage both sections are overlapped and shown data in different dashlet. Means when contact dashlet reloaded than it is showing me first email data and after that showing me contact data.
and vice versa.
Any help would be highly appreciated.
I have fixed my below problem. This problem is related to Ajax. When Ajax got multiple request as same time it is giving output to wrong dashlet. Please add following code in retrieveDashlet function to avoid this problem.
Code:if(YAHOO.util.Connect.isCallInProgress(cObjGlobal)) { ajaxStatus.hideStatus(); YAHOO.util.Connect.abort(cObjGlobal); } }Thanks
Originally Posted by amitshah
HI
Could you be more especific on where to put the code, what files and position.
another thing, is it possible to auto refresh every dashlet?
Best Regards
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks