<?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; Conditional</title>
	<atom:link href="http://crm.atechnisch.nl/tag/conditional/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>
	</channel>
</rss>
