It’s coming

Posted on April 11th, 2007 in Gadget von Seidl Michael | 2,316 Views | View blog reactions

I know, i promised you, to release the CRM Gadget 0.2 the last week, sorry for that, but I am currently debug the gadget, and do a little changes, so the release is coming soon. Until that I show you the first pictures of the new CRM Gadget 0.2.

CRM Vista Sidebar Gadget v0.2 is coming soon

Posted on April 3rd, 2007 in Gadget von Seidl Michael | 1,920 Views | View blog reactions

So, my new Version of my Vista Sidebar Gadget for Microsoft CRM 3.0 is coming soon.
New:
-Design
-Flyout with more Details
-More Entities
-Usability
-Multilanguage (German/English)

I think it will be released before the coming weekend.

Show Parrent Account in Outlook Contact

Posted on März 22nd, 2007 in Outlook Client von Seidl Michael | 3,684 Views | View blog reactions

I always get the same question to hear, “Why I do not see the company name in my Outlook contacts?”

So, there are a few solutions for that, but the best Solution, you can read here.

One strange thing is, that the Contact will be synchronized with the Parent Account, but it will not be available for the user, look at this.

CRM Vista Sidebar Gadget v0.1

Posted on März 15th, 2007 in Gadget von Seidl Michael | 3,127 Views | View blog reactions

Hi, here is my first Windows Vista Gadget for Microsoft CRM, it searches for Contacts and schow the result, than you can open the whole adress card.

Solve Problems with Outlook CRM Client, Part 1

Posted on Februar 20th, 2007 in Outlook Client von Seidl Michael | 5,346 Views | View blog reactions

So, after a longer break, here is a new Blog.
Here i tell you about porblems with Outlook Client, and how to solve it.

1. During Installation

You get an Error message with the following content:
28086 exitcode

CRM on Virtual PC

Posted on Januar 30th, 2007 in Allgemein von Seidl Michael | 4,622 Views | View blog reactions

So, Guys, here you can read a simple Instruction to install a complete CRM Environment on one Virtual PC.

1. First of all, Install the base, Windows 2003 Server, Updates, Domaincontroller, Microsoft SQL Server 2005, Microsoft Reporting Services 2005, Microsoft Exchange Server 2003, Office 2003 (does no run with Office 2007), and at the end, Windos Update, and install all Updates.

2. Start Outlook and configure your Exchange Mailbox.

Dynamic, automatic Sugesstion

Posted on Januar 23rd, 2007 in JSCRIPT von Seidl Michael | 3,746 Views | View blog reactions

Now its time for something more difficult, on this Site
i saw an interesting example for auto suggestion fields, but the one thing, there are only static Words, i expand
this script, that you can dynamically query a CRM Entity, and take this data for the suggestion fields.

Microsoft Dynamics CRM 3.0 Optimizing Performance Whitepaper is available

Posted on Januar 12th, 2007 in Allgemein von Seidl Michael | 2,239 Views | View blog reactions

Now its on, Microsoft Dynamics CRM 3.0 Optimizing Performance Whitepaper from Microsoft.
It takes a long time to release, because there where many things that come along, and thtat had to be included in this Whitepaper.

Content:

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

« Vorherige SeiteNächste Seite »