<?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; Filtered Lookup</title>
	<atom:link href="http://crm.atechnisch.nl/tag/filtered-lookup/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>Conditional Lookup on Primary Contact of an Account</title>
		<link>http://crm.atechnisch.nl/2008/02/conditional-lookup-on-primary-contact-of-an-account/</link>
		<comments>http://crm.atechnisch.nl/2008/02/conditional-lookup-on-primary-contact-of-an-account/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 14:23:47 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[Client Side Scripting]]></category>
		<category><![CDATA[MS CRM 4.0 Customizations]]></category>
		<category><![CDATA[Account]]></category>
		<category><![CDATA[Conditional]]></category>
		<category><![CDATA[Filtered Lookup]]></category>
		<category><![CDATA[Lookup]]></category>
		<category><![CDATA[Primary Contact]]></category>
		<category><![CDATA[replace]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/02/19/conditional-lookup-on-primary-contact-of-an-account/</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 align="left">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 align="left">The main Reason for this Post is that we noticed that the &#8220;&amp;&#8221; character is Not allowed in a URL Request, but is allowed as Search Value. The &#8220;&amp;&#8221; character needs to be replaced by &#8220;%26&#8243; 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 align="left">The example we used on the OnLoad of the Account:</p>
<pre class="brush: css;">
crmForm.all.primarycontactid.additionalparams = 'search=' + crmForm.all.name.DataValue.replace(&quot;&amp;&quot;,&quot;%26&quot;).replace(&quot;+&quot;,&quot;%2b&quot;);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/02/conditional-lookup-on-primary-contact-of-an-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filtered Lookup for Microsoft Dynamics CRM 4.0</title>
		<link>http://crm.atechnisch.nl/2008/02/filtered-lookup-for-microsoft-dynamics-crm-40/</link>
		<comments>http://crm.atechnisch.nl/2008/02/filtered-lookup-for-microsoft-dynamics-crm-40/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 15:51:32 +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[Filtered Lookup]]></category>
		<category><![CDATA[Lookup]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/02/06/filtered-lookup-for-microsoft-dynamics-crm-40/</guid>
		<description><![CDATA[The Filtered Lookup Add-on created by Michael Höhne is GREAT!!! We have played with it a little bit at a Client and we are going to test is thoroughly, but the first Results are Very Promising. It delivers a lot more than just a Filter on the Lookups. For the Details and Downloads see his Site: [...]]]></description>
			<content:encoded><![CDATA[<p align="left">The Filtered Lookup Add-on created by Michael Höhne is GREAT!!! We have played with it a little bit at a Client and we are going to test is thoroughly, but the first Results are Very Promising. It delivers a lot more than just a Filter on the Lookups. For the Details and Downloads see his Site: <a href="http://www.stunnware.com/" target="_blank"><strong>Stunnware</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/02/filtered-lookup-for-microsoft-dynamics-crm-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
