RE: Auto-refresh Customer Service Dashboard
Hi,
The hook-events are still supported, but by accident the comment dissapeared when moving to version 8. Perhaps we should get it back, but I'd rather create a better trigger-system for executing CRMScript for standard screens.
That being said, I don't think a hook script will work in your scenario, since you cannot add HtmlElements, just call standard functions on the ones that are there. And none of them supports setting a refresh. We have a CRMScript method, setPageRefresh, but it only works for custom screens, not standard screens such as our dashboard.
I decided to implement this as a quick feature now. You can now add a URL parameter to the dashboard screen, "refresh=x" where x is number of minutes before refresh. We decided to not allow a more frequent refresh than 1 minute to make sure this will not become a performance issue e.g. for Online. It will become a part of our next release, 8.2R06, scheduled to be released in a couple of weeks.
Sverre