<?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: Using Related Lists in Visualforce Pages</title>
	<atom:link href="http://blog.jeffdouglas.com/2009/05/13/using-related-lists-in-visualforce-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2009/05/13/using-related-lists-in-visualforce-pages/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=using-related-lists-in-visualforce-pages</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Fri, 10 Sep 2010 10:10:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2009/05/13/using-related-lists-in-visualforce-pages/comment-page-1/#comment-807</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Tue, 01 Jun 2010 10:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=860#comment-807</guid>
		<description>On a page layout, you can only drop the Visualforce page into the details section. Unfortunately you cannot place it in the related list section. See &lt;a href=&quot;http://blog.jeffdouglas.com/2009/05/08/inline-visualforce-pages-with-standard-page-layouts/&quot; rel=&quot;nofollow&quot;&gt;this page&lt;/a&gt; for more info.</description>
		<content:encoded><![CDATA[<p>On a page layout, you can only drop the Visualforce page into the details section. Unfortunately you cannot place it in the related list section. See <a href="http://blog.jeffdouglas.com/2009/05/08/inline-visualforce-pages-with-standard-page-layouts/" rel="nofollow">this page</a> for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreekumar menon</title>
		<link>http://blog.jeffdouglas.com/2009/05/13/using-related-lists-in-visualforce-pages/comment-page-1/#comment-770</link>
		<dc:creator>sreekumar menon</dc:creator>
		<pubDate>Thu, 27 May 2010 22:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=860#comment-770</guid>
		<description>Hi Jeff.
I understand that we can drop a VF page within a page (eg case detail page) and we can write our own related lists.. but Iam not able to drop this VF page in the related lists section. any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Jeff.<br />
I understand that we can drop a VF page within a page (eg case detail page) and we can write our own related lists.. but Iam not able to drop this VF page in the related lists section. any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2009/05/13/using-related-lists-in-visualforce-pages/comment-page-1/#comment-162</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Fri, 23 Apr 2010 18:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=860#comment-162</guid>
		<description>&quot;When I try to add a relatedList, however, VF insists that the list be a child of Accounts, not Assets. Huh?&quot; So is this related list on the Visualforce page you mention above with the Asset standardController?</description>
		<content:encoded><![CDATA[<p>&#8220;When I try to add a relatedList, however, VF insists that the list be a child of Accounts, not Assets. Huh?&#8221; So is this related list on the Visualforce page you mention above with the Asset standardController?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2009/05/13/using-related-lists-in-visualforce-pages/comment-page-1/#comment-161</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Fri, 23 Apr 2010 18:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=860#comment-161</guid>
		<description>If you use your own Visualforce page and a controller extension you should be able to display the documents for the original case. Take a look at the &lt;a href=&quot;http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_relatedList.htm&quot; rel=&quot;nofollow&quot;&gt;relatedList component&lt;/a&gt; and the subject attribute. You should be able to set that attribute to the case id.</description>
		<content:encoded><![CDATA[<p>If you use your own Visualforce page and a controller extension you should be able to display the documents for the original case. Take a look at the <a href="http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_relatedList.htm" rel="nofollow">relatedList component</a> and the subject attribute. You should be able to set that attribute to the case id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://blog.jeffdouglas.com/2009/05/13/using-related-lists-in-visualforce-pages/comment-page-1/#comment-160</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 23 Apr 2010 17:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=860#comment-160</guid>
		<description>Jeff,
This is a pretty old post, but I&#039;m new to VF.  I have a page working that shows just the Opportunity Products in a list, and it&#039;s a child page from a list of Cases -&gt; Opportunities -&gt; Opportunity Products.
On that child page of just products, is it also possible to put the &quot;documents&quot; from the original Case object?  Or because the controller is &quot;Opportunity&quot; for the page, is that impossible?</description>
		<content:encoded><![CDATA[<p>Jeff,<br />
This is a pretty old post, but I&#8217;m new to VF.  I have a page working that shows just the Opportunity Products in a list, and it&#8217;s a child page from a list of Cases -&gt; Opportunities -&gt; Opportunity Products.<br />
On that child page of just products, is it also possible to put the &#8220;documents&#8221; from the original Case object?  Or because the controller is &#8220;Opportunity&#8221; for the page, is that impossible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.jeffdouglas.com/2009/05/13/using-related-lists-in-visualforce-pages/comment-page-1/#comment-159</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 23 Apr 2010 00:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=860#comment-159</guid>
		<description>Your pages are really helpful!

I was trying to combine several of your postings and create a custom Add page for assets. I have it hooked up to a button, the button in the assets related list under accounts, and I&#039;ve defined my VF page with

apex:page standardController=&quot;Asset&quot; recordSetVar=&quot;assets&quot; tabStyle=&quot;Asset&quot; extensions=&quot;Assets_Override&quot;

When I try to add a relatedList, however, VF insists that the list be a child of Accounts, not Assets. Huh?</description>
		<content:encoded><![CDATA[<p>Your pages are really helpful!</p>
<p>I was trying to combine several of your postings and create a custom Add page for assets. I have it hooked up to a button, the button in the assets related list under accounts, and I&#8217;ve defined my VF page with</p>
<p>apex:page standardController=&#8221;Asset&#8221; recordSetVar=&#8221;assets&#8221; tabStyle=&#8221;Asset&#8221; extensions=&#8221;Assets_Override&#8221;</p>
<p>When I try to add a relatedList, however, VF insists that the list be a child of Accounts, not Assets. Huh?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
