<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>crm.atechnisch.nl &#187; Microsoft Dynamics CRM 4.0</title>
	<atom:link href="http://crm.atechnisch.nl/tag/40/feed/" rel="self" type="application/rss+xml" />
	<link>http://crm.atechnisch.nl</link>
	<description>How to improve Microsoft Dynamics CRM</description>
	<lastBuildDate>Wed, 25 Nov 2009 08:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FREE Microsoft Dynamics CRM Online (30 day trial)</title>
		<link>http://crm.atechnisch.nl/2009/11/free-microsoft-dynamics-crm-online-30-day-trial/</link>
		<comments>http://crm.atechnisch.nl/2009/11/free-microsoft-dynamics-crm-online-30-day-trial/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 08:20:26 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[MS CRM 4.0 Application]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>
		<category><![CDATA[Software + Services]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=163</guid>
		<description><![CDATA[On the Dutch Microsoft homepage (http://www.microsoft.nl/) I found a big add to get a free Microsoft Dynamics CRM trial subscription. I was under the impression that the online version was only available in the United States, so this is very good news.
I immediately subscribed myself.
When I got the welcome mail I noticed saasplaza.com in the url. [...]]]></description>
			<content:encoded><![CDATA[<p>On the Dutch Microsoft homepage (<a href="http://www.microsoft.nl/" target="_blank">http://www.microsoft.nl/</a>) I found a big add to get a free Microsoft Dynamics CRM trial subscription. I was under the impression that the online version was only available in the United States, so this is very good news.</p>
<p><strong>I immediately subscribed myself.</strong></p>
<p>When I got the welcome mail I noticed saasplaza.com in the url. <strong>SaaSplaza</strong> is a global Microsoft Partner that hosts Dynamics CRM solutions with a big office in the Netherlands. So when I connected to my free 30 day trial environment, I was not surprised to see it was the hosted version of Dynamics CRM 4.0. I think it is a good thing that Microsoft is actively pushing the online capabilities of Dynamics CRM in the Netherlands.</p>
<p>You can see it for yourself after subscribing at: <a title="http://www.microsoft.com/netherlands/dynamics/product/crm_online_formulier.aspx" href="http://www.microsoft.com/netherlands/dynamics/product/crm_online_formulier.aspx" target="_blank"><strong>http://www.microsoft.com/netherlands/dynamics/product/crm_online_formulier.aspx</strong></a></p>
<p>If you want to subscribe to a trial of the real Microsoft Dynamics CRM Online offering you can use this link: <a href="https://signin.crm.dynamics.com/portal/signup/" target="_blank"><strong>https://signin.crm.dynamics.com/portal/signup/</strong></a></p>
<p>Hopefully the Online version will soon be available in the Netherlands, so we can offer our customers Freedom of Choice in the Microsoft <strong>Software + Services</strong> world with the on premise, hosted AND the Online version of Microsoft Dynamics CRM.</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2009/11/free-microsoft-dynamics-crm-online-30-day-trial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Tooltips as Hot Help</title>
		<link>http://crm.atechnisch.nl/2009/07/use-tooltips-as-hot-help/</link>
		<comments>http://crm.atechnisch.nl/2009/07/use-tooltips-as-hot-help/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 11:24:01 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[Client Side Scripting]]></category>
		<category><![CDATA[MS CRM 3.0 Application]]></category>
		<category><![CDATA[MS CRM 3.0 Customizations]]></category>
		<category><![CDATA[MS CRM 4.0 Application]]></category>
		<category><![CDATA[MS CRM 4.0 Customizations]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=137</guid>
		<description><![CDATA[There are multiple ways in MS Dynamics CRM (MS CRM) to help users using the system. Next to training and external guides, the system can also provide information. In the system the help files (on the top right of every screen) can be improved. As you will know this has advantages and disadvantages.
Another option is [...]]]></description>
			<content:encoded><![CDATA[<p>There are multiple ways in MS Dynamics CRM (MS CRM) to help users using the system. Next to training and external guides, the system can also provide information. In the system the help files (on the top right of every screen) can be improved. As you will know this has advantages and disadvantages.</p>
<p>Another option is to improve the tooltips.</p>
<p>The modifying and maintaining of the tooltips will be discussed in this post.</p>
<p>A tooltip is a small box, which contains a brief text message explaining the field. It appears below the label of a field on the MS CRM forms when the pointer of a mouse passes over or rests on that label and which contains a brief text message identifying or explaining the object. When the pointer moves away from the label the tooltip disappears.</p>
<p>Tooltips are available on every field on a MS CRM form. The current tooltips show the text of the label, which, in my opinion, does  not have any benefits. If you can read to label, you can read to tooltip. But the good thing is, we can change the contents of the current tooltips.</p>
<p>At the moment the only restrictions to the tooltips are that only unformatted text can be used and that the total amount of characters is no more than 512.</p>
<p>The onLoad code:</p>
<pre class="brush: plain;">

crmForm.all.new_attribute_c.title = “contents of the tooltip”
</pre>
<p>Example:</p>
<p><a href="http://crm.atechnisch.nl/crm_upload/2009/07/tooltip.gif" target="_blank"><img class="size-full wp-image-143 alignleft" title="tooltip" src="http://crm.atechnisch.nl/crm_upload/2009/07/tooltip.gif" alt="tooltip" width="231" height="96" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2009/07/use-tooltips-as-hot-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official Technical Microsoft Dynamics CRM 4.0 Documentation available Online</title>
		<link>http://crm.atechnisch.nl/2009/06/official-technical-microsoft-dynamics-crm-4-0-documentation-available-online/</link>
		<comments>http://crm.atechnisch.nl/2009/06/official-technical-microsoft-dynamics-crm-4-0-documentation-available-online/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 06:47:41 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[MS CRM 4.0 Application]]></category>
		<category><![CDATA[MS CRM 4.0 Customizations]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[External Information]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=129</guid>
		<description><![CDATA[With the addition of the 3 parts of the implementation guide on Microsoft TechNet, the Dynamics CRM team is a step closer to provide all Technical Microsoft Dynamics CRM 4.0 Documentation online:
Microsoft Dynamics CRM 4.0

Introduction
Planning Guide
Installing Guide
Operating and Maintaining Guide
Microsoft Dynamics CRM SDK
Report Writers Guide
Appendix A: Security Roles and Privileges
Glossary
Technical Articles

]]></description>
			<content:encoded><![CDATA[<p>With the addition of the 3 parts of the implementation guide on Microsoft TechNet, the Dynamics CRM team is a step closer to provide all Technical Microsoft Dynamics CRM 4.0 Documentation online:</p>
<p><a href="http://technet.microsoft.com/en-us/library/bb496811.aspx" target="_blank"><strong>Microsoft Dynamics CRM 4.0</strong></a></p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/dd979443.aspx" target="_blank">Introduction</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/dd979440.aspx" target="_blank">Planning Guide</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/dd979441.aspx" target="_blank">Installing Guide</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/dd979442.aspx" target="_blank">Operating and Maintaining Guide</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/bb928212.aspx" target="_blank">Microsoft Dynamics CRM SDK</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/bb955081.aspx" target="_blank">Report Writers Guide</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/bb954998.aspx" target="_blank">Appendix A: Security Roles and Privileges</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/bb928210.aspx" target="_blank">Glossary</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/dd939039.aspx" target="_blank">Technical Articles</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2009/06/official-technical-microsoft-dynamics-crm-4-0-documentation-available-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking E-mails directly from Shared Mailboxes</title>
		<link>http://crm.atechnisch.nl/2009/05/tracking-e-mails-directly-from-shared-mailboxes/</link>
		<comments>http://crm.atechnisch.nl/2009/05/tracking-e-mails-directly-from-shared-mailboxes/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:47:45 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[MS CRM 4.0 Application]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>
		<category><![CDATA[Queue]]></category>
		<category><![CDATA[Track E-mail]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=107</guid>
		<description><![CDATA[A customer of my wants to track E-mails directly from a Shared (Group) Outlook mailbox. A simple question, but until now I could only solve this by using Queues. Queues could not be used for some reasons.
The workaround I presented was to move or copy the E-mails from the Shared Mailbox to the Personal Mailbox [...]]]></description>
			<content:encoded><![CDATA[<p>A customer of my wants to track E-mails directly from a Shared (Group) Outlook mailbox. A simple question, but until now I could only solve this by using Queues. Queues could not be used for some reasons.</p>
<p>The workaround I presented was to move or copy the E-mails from the Shared Mailbox to the Personal Mailbox and track the E-mails from there. It works, but with every workaround, it is a workaround.</p>
<p>I kept searching for a structural solution. And I have found it finally.</p>
<p>On the page &#8220;Microsoft Dynamics CRM 4.0 updates and hotfixes&#8221; (<span style="text-decoration: underline;"><a href="http://support.microsoft.com/kb/949256" target="_blank">http://support.microsoft.com/kb/949256</a></span>) there is a section &#8220;Hotfixes that have limited distribution&#8221;. In this section hotfix number <strong>953812</strong> is mentioned with the title &#8220;<strong>A hotfix that enables you to track an appointment in a shared calendar in the Microsoft Dynamics CRM 4.0 client for Outlook is available</strong>&#8220;.  The details of this hotfix describe it not only works for Shared Calendar, but also for Contacts and Tasks.</p>
<p>After some experimenting I found out it also works for Shared Mailboxes !!!</p>
<p>Problem solved.<br />
The message &#8220;<strong>Only items in the default Microsoft Outlook store can be promoted to Microsoft dynamics CRM.</strong>&#8221; is History!</p>
<p>Only catch, the solution is supported, but the functionality I use it for isn&#8217;t, so it can be undone with a future rollup pack or something. I have succesfully tested it with <strong>Rollup 4</strong>. (With Rollup 2 it didn&#8217;t work.)</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2009/05/tracking-e-mails-directly-from-shared-mailboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enrich data via Data Management</title>
		<link>http://crm.atechnisch.nl/2008/08/enrich-data-via-data-management/</link>
		<comments>http://crm.atechnisch.nl/2008/08/enrich-data-via-data-management/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 13:01:56 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[MS CRM 4.0 Application]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Enrich data]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/08/07/enrich-data-via-data-management/</guid>
		<description><![CDATA[MS CRM 4.0 CTP3 offered the possibility to enrich data via the Data Management menu. In Microsoft Dynamics CRM 4.0 RTM this functionality was removed from the menu, but to my surprise it still works.
The probable reason Microsoft remove this functionality were the risk involved with the usage. (It is possible to screw up your [...]]]></description>
			<content:encoded><![CDATA[<p><a title="enrich4.gif" href="http://crm.atechnisch.nl/crm_upload/2008/08/enrich4.gif"></a><a title="enrich5.gif" href="http://crm.atechnisch.nl/crm_upload/2008/08/enrich5.gif"></a>MS CRM 4.0 CTP3 offered the possibility to enrich data via the Data Management menu. In Microsoft Dynamics CRM 4.0 RTM this functionality was removed from the menu, but to my surprise it still works.<br />
The probable reason Microsoft remove this functionality were the risk involved with the usage. (It is possible to screw up your data via enrichment). This risk is still present, and moreover <strong>everybody with the rights to import data is able to enrich data</strong>.<br />
Although there are risks, I want to share how to enrich your data using Data Management.The easiest way to enrich your data is:</p>
<p>1. Make a nice view in advanced find with one or more columns to identify the records and the columns you want to enrich.<br />
In this example I use the First and the Last Name to identify my Contacts and I want to enrich the Home Phone.<br />
<a href="http://crm.atechnisch.nl/crm_upload/2008/08/enrich1.gif" target="_blank"><img src="http://crm.atechnisch.nl/crm_upload/2008/08/enrich1.gif" border="0" alt="enrich1.gif" width="490" height="261" /></a></p>
<p>2. Export this view to Microsoft Office Excel and add a column to the left with the name of the entity in the heading. Put the Guids corresponding to the records in this column. And enrich your data.<br />
<a href="http://crm.atechnisch.nl/crm_upload/2008/08/enrich2.gif" target="_blank"><img src="http://crm.atechnisch.nl/crm_upload/2008/08/enrich2.gif" border="0" alt="enrich2.gif" width="490" height="413" /></a></p>
<p>3. Save your Excel file as CSV (comma delimited) and Create a new Data Import. Select your saved CSV, select Data Delimiter ‘none&#8217; and Field Delimiter ‘Comma (,)&#8217;. On the next screen select your entity (in this case Contact).<br />
As you will see at the top of the screen the possibility to ‘Enrich data by updating records rather than creating new records.&#8217; is given.<br />
This was the big surprise:<br />
<img src="http://crm.atechnisch.nl/crm_upload/2008/08/enrich6.gif" alt="enrich6.gif" /><br />
And the full screen:<a href="http://crm.atechnisch.nl/crm_upload/2008/08/enrich3.gif" target="_blank"><br />
<img src="http://crm.atechnisch.nl/crm_upload/2008/08/enrich3.gif" border="0" alt="enrich3.gif" width="490" height="420" /></a></p>
<p>4. After clicking a couple of times on the next button and some patience you can open your Advanced Find view to evaluate your results.<br />
<a href="http://crm.atechnisch.nl/crm_upload/2008/08/enrich4.gif" target="_blank"><img src="http://crm.atechnisch.nl/crm_upload/2008/08/enrich4.gif" border="0" alt="enrich4.gif" width="490" height="261" /></a></p>
<p>5. Next to that, if you open the Import record, you can see that the Contact records are actually updated and not created.<br />
<a href="http://crm.atechnisch.nl/crm_upload/2008/08/enrich5.gif" target="_blank"><img src="http://crm.atechnisch.nl/crm_upload/2008/08/enrich5.gif" border="0" alt="enrich5.gif" width="490" height="296" /></a></p>
<p>A small addition to this post. I got a lot of questions on how to get the GUIDS. If you want to get the GUID you can make an export directly from the database. This is not really userfriendly, but it works.<br />
Furthermore my article was more to show that the option within the standard application still exists, than to really give my opinion on the best way how to enrich data.</p>
<p>Another (better) option to enrich data is to use a free tool from codeplex: <a href="http://mscrmimport.codeplex.com/" target="_blank"><span style="text-decoration: underline;">http://mscrmimport.codeplex.com/</span> </a></p>
<p>Have fun with it, but use it with care.</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/08/enrich-data-via-data-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publish Entity after creating Workflow</title>
		<link>http://crm.atechnisch.nl/2008/02/publish-entity-after-creating-workflow/</link>
		<comments>http://crm.atechnisch.nl/2008/02/publish-entity-after-creating-workflow/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 15:13:06 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[Client Side Scripting]]></category>
		<category><![CDATA[MS CRM 4.0 Application]]></category>
		<category><![CDATA[MS CRM 4.0 Customizations]]></category>
		<category><![CDATA[Client Side Code]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/02/15/publish-entity-after-creating-workflow/</guid>
		<description><![CDATA[I have noticed that after publishing a Workflow on an Entity, the custom Client Side Code on the Form of that Entity not always works before publishing the Entity again.
After publishing the Entity everything (including the Workflow) works fine.
]]></description>
			<content:encoded><![CDATA[<p>I have noticed that after publishing a Workflow on an Entity, the custom Client Side Code on the Form of that Entity not always works before publishing the Entity again.<br />
After publishing the Entity everything (including the Workflow) works fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/02/publish-entity-after-creating-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk Edit</title>
		<link>http://crm.atechnisch.nl/2008/01/bulk-edit/</link>
		<comments>http://crm.atechnisch.nl/2008/01/bulk-edit/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 13:25:27 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[MS CRM 3.0 Application]]></category>
		<category><![CDATA[MS CRM 4.0 Application]]></category>
		<category><![CDATA[bulk edit]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 3.0]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/01/25/bulk-edit/</guid>
		<description><![CDATA[We have noticed that it is not possible to bulk edit fields with onChange scripts enabled on the field.
Microsoft descibes a workaround for this in their article: The fields that have the OnChange event enabled are unavailable in the Edit Multiple Records window in Microsoft Dynamics CRM 4.0.
]]></description>
			<content:encoded><![CDATA[<p>We have noticed that <strong>it is not possible to bulk edit fields with onChange scripts </strong>enabled on the field.</p>
<p>Microsoft descibes a workaround for this in their article: <a target="_blank" href="http://support.microsoft.com/kb/949941/en-us">The fields that have the OnChange event enabled are unavailable in the Edit Multiple Records window in Microsoft Dynamics CRM 4.0</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/01/bulk-edit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Problems</title>
		<link>http://crm.atechnisch.nl/2008/01/upgrade-problems/</link>
		<comments>http://crm.atechnisch.nl/2008/01/upgrade-problems/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 13:32:43 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[MS CRM 4.0 Application]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 3.0]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/01/17/upgrade-problems/</guid>
		<description><![CDATA[Some foreign key constraints on custom entity tables are missing after you upgrade to Microsoft Dynamics CRM 4.0
Consider the following scenario. You have a custom entity table, and the custom entity table has a primary key constraint and a foreign key constraint on the same column. When you upgrade to Microsoft Dynamics CRM 4.0, the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Some foreign key constraints on custom entity tables are missing after you upgrade to Microsoft Dynamics CRM 4.0<br />
</strong>Consider the following scenario. You have a custom entity table, and the custom entity table has a primary key constraint and a foreign key constraint on the same column. When you upgrade to Microsoft Dynamics CRM 4.0, the foreign key constraint is removed during the upgrade process.</p>
<p>For example, assume that you have a custom entity table that is called AuditTrailExtensionBase. The following foreign key is added.<code></code></p>
<p>ALTER TABLE [dbo].[&lt;databasename&gt;_AuditTrailExtensionBase] ADD CONSTRAINT [FK_&lt;databasename&gt;_AuditTrailExtensionBase_&lt;Databasename&gt;_AuditTrailBase] FOREIGN KEY ([&lt;databasename&gt;_AuditTrailId]) REFERENCES [dbo].[&lt;databasename&gt;_AuditTrailBase] ([&lt;databasename&gt;_AuditTrailId])</p>
<p>After the upgrade process is complete, this foreign key is no longer present.<br />
To resolve this problem, add the missing foreign key constraint to the custom entity table.</p>
<p>(source: <a target="_blank" href="http://support.microsoft.com/kb/947061">http://support.microsoft.com/kb/947061</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/01/upgrade-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
