<?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; Customization</title>
	<atom:link href="http://crm.atechnisch.nl/tag/customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://crm.atechnisch.nl</link>
	<description>is all about Microsoft Dynamics CRM</description>
	<lastBuildDate>Fri, 22 Apr 2011 09:16:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A simple “day of the week” script</title>
		<link>http://crm.atechnisch.nl/2011/04/a-simple-day-of-the-week-script/</link>
		<comments>http://crm.atechnisch.nl/2011/04/a-simple-day-of-the-week-script/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 09:16:37 +0000</pubDate>
		<dc:creator>Jan-Willem Cobelens</dc:creator>
				<category><![CDATA[Jan-Willem]]></category>
		<category><![CDATA[Client Side Scripting]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 2011]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=247</guid>
		<description><![CDATA[Some months ago a customer asked us if it was possible to prevent users from selecting a Saturday or Sunday in a date field. Here is a simple function you can use to call the selected day of the week. You can customize it to suit your own wishes. Please remember that Sunday is 0 [...]]]></description>
			<content:encoded><![CDATA[<p>Some months ago a customer asked us if it was possible to prevent users from selecting a Saturday or Sunday in a date field. Here is a simple function you can use to call the selected day of the week. You can customize it to suit your own wishes. Please remember that Sunday is 0 and Saturday is 6.</p>
<p>Happy Easter!</p>
<pre class="brush:js">function weekday () {
//Script to show which weekday the selected date is.
//Sunday = 0, Saturday = 6
//Script to be called during Onchange event

/* CRM 3.0 &#038; 4.0 */ selectedDate = crmForm.all.estimatedclosedate.DataValue;
/* CRM 2011 */ selectedDate = Xrm.Page.data.entity.attributes.get("estimatedclosedate");
var weekday = selectedDate.getDay();
var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");

alert("You have selected a " + dayNames[weekday]);
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2011/04/a-simple-day-of-the-week-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM 2011: Maximum number of tabs allowed</title>
		<link>http://crm.atechnisch.nl/2010/12/crm-2011-maximum-number-of-tabs/</link>
		<comments>http://crm.atechnisch.nl/2010/12/crm-2011-maximum-number-of-tabs/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 10:06:46 +0000</pubDate>
		<dc:creator>Jan-Willem Cobelens</dc:creator>
				<category><![CDATA[Jan-Willem]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 2011]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=203</guid>
		<description><![CDATA[Having to study for my MB2-631 Microsoft Dynamics™ CRM 4.0 Customization and Configuration exam a couple of weeks ago, the tabs subject also came by. Of course you all know that the maximum amount of tabs in Microsoft Dynamics CRM 4.0 is 8 (out-of-the-box). I was wondering how many tabs are allowed on the form [...]]]></description>
			<content:encoded><![CDATA[<p>Having to study for my MB2-631 Microsoft Dynamics™ CRM 4.0 Customization and Configuration exam a couple of weeks ago, the tabs subject also came by. Of course you all know that the maximum amount of tabs in Microsoft Dynamics CRM 4.0 is 8 (out-of-the-box).</p>
<p>I was wondering how many tabs are allowed on the form in CRM 2011. Well, it’s one hundred. Just so you know. Happy scrolling!</p>
<p><img class="alignnone size-full wp-image-218" title="MaxNumberofTabsAllowed" src="http://crm.atechnisch.nl/crm_upload/2010/12/MaxNumberofTabsAllowed2.png" alt="" width="459" height="159" /></p>
<p><img class="alignnone size-full wp-image-221" title="TabProperties" src="http://crm.atechnisch.nl/crm_upload/2010/12/TabProperties.png" alt="" width="416" height="488" /></p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2010/12/crm-2011-maximum-number-of-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM 4.0 Sitemap – ShowGroups=”true”</title>
		<link>http://crm.atechnisch.nl/2010/10/crm-4-0-sitemap-showgroups-is-%c2%9dtrue/</link>
		<comments>http://crm.atechnisch.nl/2010/10/crm-4-0-sitemap-showgroups-is-%c2%9dtrue/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 15:49:41 +0000</pubDate>
		<dc:creator>Jan-Willem Cobelens</dc:creator>
				<category><![CDATA[Jan-Willem]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=172</guid>
		<description><![CDATA[For a CRM 4.0 implementation at one of our clients we had to create a lot of custom entities. Since we wanted to improve the usability for the users, we decided to customize the sitemap. With the help of the SDK SiteMap Overview (http://msdn.microsoft.com/en-us/library/cc150833.aspx) and the related subjects, a nice layout was constructed. However the [...]]]></description>
			<content:encoded><![CDATA[<p>For a CRM 4.0 implementation at one of our clients we had to create a lot of custom entities. Since we wanted to improve the usability for the users, we decided to customize the sitemap. With the help of the SDK SiteMap Overview (<a href="http://msdn.microsoft.com/en-us/library/cc150833.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/cc150833.aspx</a>) and the related subjects, a nice layout was constructed.</p>
<p>However the sitemap did not work… <img src='http://crm.atechnisch.nl/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Having checked the XML over and over again, and even asking a Microsoft consultant for advice (who happened to be in the same room) I was lost.</p>
<p>It turned out that the “ShowGroups” attribute needed to be set in the Area Element. It is described in the SDK (<a href="http://msdn.microsoft.com/en-us/library/cc150877.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/cc150877.aspx</a>), but we totally forgot.</p>
<p>So when customizing the Sitemap, remember to set the ShowGroups to ‘true’, it can save you a lot of frustrations.</p>
<p style="font-family: courier new;">&lt;Area ResourceId=&#8221;Area_Sales&#8221; Icon=&#8221;/_imgs/sales_24x24.gif&#8221; DescriptionResourceId=&#8221;Sales_Description&#8221; <strong>ShowGroups=&#8221;true&#8221;</strong>&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2010/10/crm-4-0-sitemap-showgroups-is-%c2%9dtrue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Columns to Marketing List Members Views</title>
		<link>http://crm.atechnisch.nl/2010/09/add-columns-to-marketing-list-members-views/</link>
		<comments>http://crm.atechnisch.nl/2010/09/add-columns-to-marketing-list-members-views/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 14:09:15 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[Huib]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>
		<category><![CDATA[Point & Click]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=83</guid>
		<description><![CDATA[I have found a small post about Adding Columns to Marketing List Members Views from Peter Toftager-Larsen (link).  I found this post interesting enough to write a post about it. The described steps should be supported. As you’ll know the Marketing List Members View cannot be edit as the regular Customizations. Hacking in the database [...]]]></description>
			<content:encoded><![CDATA[<p>I have found a small post about Adding Columns to Marketing List Members Views from Peter Toftager-Larsen (<a href="http://forums.microsoft.com/Dynamics/ShowPost.aspx?PostID=2775264&amp;SiteID=27" target="_blank">link</a>).  I found this post interesting enough to write a post about it.<br />
The described steps should be supported.<br />
As you’ll know the Marketing List Members View cannot be edit as the regular Customizations. Hacking in the database is not supported.<br />
The views can, however, be accessed via the Advanced Find. In the Advanced Find you can select ‘Views’ in the ‘Look For’ Box. The result gives you a list of all the Views in the system (Personal views not included). In this list you can find the Marketing List Members Views. Easiest way to find them directly is to add the Filter ‘”Name” Contains “member”‘.<br />
<img src="http://crm.atechnisch.nl/crm_upload/2008/02/marketing_list_members1.gif" alt="Advanced find - marketing list" /></p>
<p><img src="http://crm.atechnisch.nl/crm_upload/2008/02/marketing_list_members2.gif" alt="Advanced find - marketing list result" /></p>
<p>As you will see the views (All Members, Active Members, Inactive Members and Quick Find) all exist 3 times. All the Views are separately created for Account, Contacts and Leads. By opening you can distinguish one and other. After opening you can change the Description to make it easier to distinguish the Views in the future.<br />
<img src="http://crm.atechnisch.nl/crm_upload/2008/02/marketing_list_members3.gif" alt="Advanced find - view properties" /></p>
<p><img src="http://crm.atechnisch.nl/crm_upload/2008/02/marketing_list_members4.gif" alt="Advanced find - list properties" /></p>
<p>Now you can add and/or change the columns.<br />
<img src="http://crm.atechnisch.nl/crm_upload/2008/02/marketing_list_members5.gif" alt="Advanced find - list properties" /></p>
<p>Open a specific view and add and/or change the columns.<br />
Save you changes and publish your customizations.</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2010/09/add-columns-to-marketing-list-members-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conditional Lookup on Primary Contact of an Account</title>
		<link>http://crm.atechnisch.nl/2010/09/conditional-lookup-on-primary-contact-of-an-account/</link>
		<comments>http://crm.atechnisch.nl/2010/09/conditional-lookup-on-primary-contact-of-an-account/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 13:55:53 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[Huib]]></category>
		<category><![CDATA[Client Side Scripting]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 2011]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>
		<category><![CDATA[Point & Click]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=74</guid>
		<description><![CDATA[This Post is based on a Post from AdvantageWorks in which a Filtered Lookup between 2 Lookups is described. Hessel Miedema and I created a Version of the Lookup for the Primary Contact of an Account. We used the Account Name as input for the Search Box of the Lookup of the Primary Contact. (Be [...]]]></description>
			<content:encoded><![CDATA[<p>This Post is based on a Post from <a href="http://advantageworks.blogspot.com/2008/02/pseudo-filtered-lookup-dialog-in.html" target="_blank"><strong>AdvantageWorks</strong></a> in which a Filtered Lookup between 2 Lookups is described. Hessel Miedema and I created a Version of the Lookup for the Primary Contact of an Account. We used the Account Name as input for the Search Box of the Lookup of the Primary Contact. (Be aware that your Account Names need to be Unique in this Case).</p>
<p>The main Reason for this Post is that we noticed that the “&amp;” character is Not allowed in a URL Request, but is allowed as Search Value. The “&amp;” character needs to be replaced by “%26″ to function properly. A list of characters can be found in the <strong><a title="ASCII Code - The extended ASCII table" href="http://www.ascii-code.com/" target="_blank">The extended ASCII table </a>.</strong></p>
<p>The example we used on the OnLoad of the Account:</p>
<pre class="brush:js">
crmForm.all.primarycontactid.additionalparams = 'search=' + crmForm.all.name.DataValue.replace("&#038;","%26").replace("+","%2b");
</pre>
<p>This works out-of-the-box (with Point &#038; Click customization) in Microsoft Dynamics CRM 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2010/09/conditional-lookup-on-primary-contact-of-an-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official Technical Microsoft Dynamics CRM 4.0 Documentation</title>
		<link>http://crm.atechnisch.nl/2010/09/official-technical-microsoft-dynamics-crm-4-0-documentation/</link>
		<comments>http://crm.atechnisch.nl/2010/09/official-technical-microsoft-dynamics-crm-4-0-documentation/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 20:00:47 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[Huib]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=30</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 [...]]]></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/2010/09/official-technical-microsoft-dynamics-crm-4-0-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Tooltips as Hot Help</title>
		<link>http://crm.atechnisch.nl/2010/09/use-tooltips-as-hot-help/</link>
		<comments>http://crm.atechnisch.nl/2010/09/use-tooltips-as-hot-help/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 19:53:13 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[Huib]]></category>
		<category><![CDATA[Client Side Scripting]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 3.0]]></category>
		<category><![CDATA[Microsoft Dynamics CRM 4.0]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/?p=21</guid>
		<description><![CDATA[There are multiple ways in Microsoft Dynamics 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 to [...]]]></description>
			<content:encoded><![CDATA[<p>There are multiple ways in Microsoft Dynamics 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 Microsoft Dynamics 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:js">crmForm.all.new_attribute_c.title = “contents of the tooltip”</pre>
<p>Example:<br />
<img src="http://crm.atechnisch.nl/crm_upload/2009/07/tooltip.gif" alt="tooltip" /></p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2010/09/use-tooltips-as-hot-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

