Microsoft CRM 3.0 Update for Vista and Office 2007

Posted on Dezember 21st, 2006 in Allgemein von Seidl Michael | 2,067 Views | View blog reactions

The new CRM 3.0 Client for Vista and Office 2007 is ready for download, DownloadLink

I have installed the new client, and here you can read my opinion, first of all, the official changes from Microsoft:

Support for Vista and Office 2007
Microsoft SQL Server 2005 Express Edition instead the 2000 SQL Version.
Better Performance
Includes the newest Update Rollup 1

JScript2

Posted on Dezember 18th, 2006 in JSCRIPT von Seidl Michael | 2,055 Views | View blog reactions

Hier seht ihr JScript Beispiele für das berechnen von Datumsfelder.

ZeitFeld deaktivieren
Als erstes ein paar einfache Dinge, das folgende Beispiel zeigt, wie man bei einem DateTime (new_date) Field das Zeitfeld deaktiviert und aktiviert.

JAVASCRIPT [Show Plain Code]:
  1. var dateField = crmForm.all.new_date;//Variable definieren
  2. dateField.all.time.disable();//deaktivieren
  3. dateField.all.time.enable();//aktivieren

JScript1

Posted on Dezember 18th, 2006 in JSCRIPT von Seidl Michael | 1,648 Views | View blog reactions

Here are some JScript Examples for the beginning.

Here you can see some examples to format the WebForm. Here you can see how to change the background collor and the font color.

JAVASCRIPT [Show Plain Code]:
  1. crmForm.all.address1_country.style.backgroundColor = "#FFFFFF";
  2. crmForm.all.address1_country.style.color = "#000000";

Releasedate for Microsoft CRM 3.0 Performance Whitepaper

Posted on Dezember 18th, 2006 in Allgemein von Seidl Michael | 1,328 Views | View blog reactions

The Release Date for the Microsoft 3.0 Performance Whitepaper will be the 5th January 2007. 

CRM 3.0 mit Vista und Office 2007

Posted on Dezember 14th, 2006 in Allgemein von Seidl Michael | 1,201 Views | View blog reactions

Der Microsoft CRM 3.0 Client ist momentan nicht mit Vista und Office 2007 kompatibel, dies soll sich mit dem neuen Client v3c, der am 22. Dezember 2006 veröffentlicht wird, ändern. Dieser wird mit folgenden Features released.

-inkludiert das aktuelle UpdateRollup

-es wird ein reines Client Update

-kompatibel mit älteren Office Versionen

Zur selben Zeit soll auch eine Update für den Microsoft Exchange e-Mail-Router erscheinen, das mit dem Exchange 2007 zusammenarbeitet. Also den 22. Dezember rot im Kalender anstreichen, und hoffen das Microsoft diesen Termin nicht verschiebt. Das Update wird unter Microsoft Downloads und auf MSDN-Downloads zu finden sein.

My CRM BLOG

Posted on Dezember 11th, 2006 in Allgemein von Seidl Michael | 1,094 Views | View blog reactions

 

So I’m working since a few month with Microsoft CRM 3.0, I will post samples, news and advices in further time.