<?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; hide link</title>
	<atom:link href="http://crm.atechnisch.nl/tag/hide-link/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>Hiding link in navigation pane</title>
		<link>http://crm.atechnisch.nl/2008/01/hiding-link-in-navigation-pane/</link>
		<comments>http://crm.atechnisch.nl/2008/01/hiding-link-in-navigation-pane/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 10:42:24 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[Client Side Scripting]]></category>
		<category><![CDATA[MS CRM 3.0 Customizations]]></category>
		<category><![CDATA[MS CRM 4.0 Customizations]]></category>
		<category><![CDATA[hide link]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[NavBar]]></category>
		<category><![CDATA[Navigation pane]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/01/16/hiding-link-in-navigation-pane/</guid>
		<description><![CDATA[How to hide a link to a related entity in the navigation pane of a form:
When you have a lookup on form (A) to an entity (B) you will have on form (B) a link to the related entities (A) in the navigation pane.
Sometimes you do not want to have the link to a related [...]]]></description>
			<content:encoded><![CDATA[<p>How to hide a link to a related entity in the navigation pane of a form:<br />
When you have a lookup on form (A) to an entity (B) you will have on form (B) a link to the related entities (A) in the navigation pane.<br />
Sometimes you do not want to have the link to a related entity (A) shown in the navigation pane of the form (B).<br />
To remove the link you can use a little piece of client side code put in the onLoad of the form (B):</p>
<pre class="brush: css;">
if (document.all.nav_new_form(B)_new_form(A) !=null)
{
document.all.nav_new_form(B)_new_form(A).style.display = &quot;none&quot;;
}
</pre>
<p>In version 4.0 hiding a link can also be done via out-of-the-box customization.</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/01/hiding-link-in-navigation-pane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
