<?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>Art Of Creation - Dynamics AX Blog &#187; lookup</title>
	<atom:link href="http://www.artofcreation.be/tag/lookup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artofcreation.be</link>
	<description>The everyday life of a Dynamics AX developer</description>
	<lastBuildDate>Fri, 23 Jul 2010 16:29:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Lookup() override does not work</title>
		<link>http://www.artofcreation.be/2010/01/09/lookup-override-does-not-work/</link>
		<comments>http://www.artofcreation.be/2010/01/09/lookup-override-does-not-work/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 10:03:41 +0000</pubDate>
		<dc:creator>Klaas Deforche</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[lookup]]></category>

		<guid isPermaLink="false">http://www.artofcreation.be/?p=408</guid>
		<description><![CDATA[I had this situation where overriding the lookup() method on a field on a form was not working. The problem was the AutoDatagroup property on the field group on my grid. When this property is set to Yes, the lookup override will not work. Also, when you change this property from &#8216;No&#8217; to &#8216;Yes&#8217; when [...]]]></description>
			<content:encoded><![CDATA[<p>I had this situation where overriding the lookup() method on a field on a form was not working.<br />
The problem was the AutoDatagroup property on the field group on my grid.<br />
<strong>When this property is set to Yes, the lookup override will not work.</strong></p>
<p><img src="http://www.artofcreation.be/wp-content/uploads/AutoDataGroup.png" alt="AutoDataGroup" title="AutoDataGroup" width="684" height="269" class="size-full wp-image-410" /></p>
<p>Also, when you change this property from &#8216;No&#8217; to &#8216;Yes&#8217; when methods have been added or overridden on the fields, the methods wil be cleared and you will loose your code.</p>
<p>Update: see comment by Luegisdorf about overwriting this method in datasource in stead of the control.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artofcreation.be/2010/01/09/lookup-override-does-not-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
