<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Flex Salesforce.com Tree Control</title>
	<atom:link href="http://blog.jeffdouglas.com/2008/12/08/flex-salesforcecom-tree-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2008/12/08/flex-salesforcecom-tree-control/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=flex-salesforcecom-tree-control</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Tue, 07 Sep 2010 08:19:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: GeekyGal</title>
		<link>http://blog.jeffdouglas.com/2008/12/08/flex-salesforcecom-tree-control/comment-page-1/#comment-1263</link>
		<dc:creator>GeekyGal</dc:creator>
		<pubDate>Fri, 30 Jul 2010 09:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=298#comment-1263</guid>
		<description>Hi Jeff,

I&#039;ve been following your articles for sometime. You are just genious. All this stuff is so awesome... Answers to all the things I&#039;ve been wondering.. Thanks for sharing all this..</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>I&#8217;ve been following your articles for sometime. You are just genious. All this stuff is so awesome&#8230; Answers to all the things I&#8217;ve been wondering.. Thanks for sharing all this..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffdonthemic</title>
		<link>http://blog.jeffdouglas.com/2008/12/08/flex-salesforcecom-tree-control/comment-page-1/#comment-79</link>
		<dc:creator>jeffdonthemic</dc:creator>
		<pubDate>Fri, 10 Apr 2009 17:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=298#comment-79</guid>
		<description>I think that might work depending on the size of your resultset. Our tree has 15,000+ nodes and we were having issues with too many loops.</description>
		<content:encoded><![CDATA[<p>I think that might work depending on the size of your resultset. Our tree has 15,000+ nodes and we were having issues with too many loops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://blog.jeffdouglas.com/2008/12/08/flex-salesforcecom-tree-control/comment-page-1/#comment-78</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Fri, 10 Apr 2009 03:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=298#comment-78</guid>
		<description>Another technique is having FLex-Javascript-Apex-Force.com integration.
In this way you can save the Governor limits since there are no webservice calls here.</description>
		<content:encoded><![CDATA[<p>Another technique is having FLex-Javascript-Apex-Force.com integration.<br />
In this way you can save the Governor limits since there are no webservice calls here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffdonthemic</title>
		<link>http://blog.jeffdouglas.com/2008/12/08/flex-salesforcecom-tree-control/comment-page-1/#comment-77</link>
		<dc:creator>jeffdonthemic</dc:creator>
		<pubDate>Mon, 02 Mar 2009 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=298#comment-77</guid>
		<description>Nir, that is a great question. We&#039;ve done it both ways in the past. We&#039;ve created a separate custom object for each level of the hierarchy and then created a single custom object to maintain all levels in the hierarchy. We just have a circular reference to itself to maintain the parent-child relationship. Since you are limited to the number of custom objects, this may be a better approach.

If you want to include the control in an edit page, you&#039;d have to have a callback from the Flex app to the Visualforce page. You can find an example of this at: http://blog.jeffdouglas.com/2008/12/09/flex-callback-example-with-visualforce/.

Good luck!</description>
		<content:encoded><![CDATA[<p>Nir, that is a great question. We&#8217;ve done it both ways in the past. We&#8217;ve created a separate custom object for each level of the hierarchy and then created a single custom object to maintain all levels in the hierarchy. We just have a circular reference to itself to maintain the parent-child relationship. Since you are limited to the number of custom objects, this may be a better approach.</p>
<p>If you want to include the control in an edit page, you&#8217;d have to have a callback from the Flex app to the Visualforce page. You can find an example of this at: <a href="http://blog.jeffdouglas.com/2008/12/09/flex-callback-example-with-visualforce/" rel="nofollow">http://blog.jeffdouglas.com/2008/12/09/flex-callback-example-with-visualforce/</a>.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nir Levy</title>
		<link>http://blog.jeffdouglas.com/2008/12/08/flex-salesforcecom-tree-control/comment-page-1/#comment-76</link>
		<dc:creator>Nir Levy</dc:creator>
		<pubDate>Mon, 02 Mar 2009 19:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=298#comment-76</guid>
		<description>Hey, nice idea.
Forgive me if questions i have seem dumb but i only just taken a quick look at force.com:
1) I see you are using Cat1__c,Cat2__c,Cat3__c... I&#039;ve seen this on other place in force.com. I this the recommended way to do hierarchy or just an example you have?
2) how/can you use this flexy thingy as a field in the edit. I want to create an object with a field to select a category and i could really find out how to do this.

Again, sorry if this seems obvious.</description>
		<content:encoded><![CDATA[<p>Hey, nice idea.<br />
Forgive me if questions i have seem dumb but i only just taken a quick look at force.com:<br />
1) I see you are using Cat1__c,Cat2__c,Cat3__c&#8230; I&#8217;ve seen this on other place in force.com. I this the recommended way to do hierarchy or just an example you have?<br />
2) how/can you use this flexy thingy as a field in the edit. I want to create an object with a field to select a category and i could really find out how to do this.</p>
<p>Again, sorry if this seems obvious.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
