Thursday, July 22, 2010

CRM 2011 CTP-4 Released

Goods news! CRM 5 /2011 CTP-4 has been released for download.

Tuesday, July 20, 2010

Auto Refreshing Reports

I have a customer who required a monitor screen to refresh at an interval to serve as a montor for changing data. After considering may options I found the easiest way was to create a CRM Report and place the following command within the rdp file.

<autorefresh>30</autorefresh>

This will refresh the report every 30 seconds and is a very simple way of doing it. It will also pick up any data changes.