<?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"
	>
<channel>
	<title>Comments on: Sidebar Summary using Visualforce</title>
	<atom:link href="http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/feed/" rel="self" type="application/rss+xml" />
	<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/</link>
	<description>Authored by Scott Hemmeter of Arrowpointe Corp, this blog is written from the perspective of a Salesforce.com solution provider and contains information on Arrowpointe's AppExchange products as well as tips, findings, sample code, functionality wishes, etc.</description>
	<pubDate>Fri, 05 Dec 2008 00:42:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Marc B</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60928</link>
		<dc:creator>Marc B</dc:creator>
		<pubDate>Fri, 10 Oct 2008 15:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60928</guid>
		<description>Scott,

super useful and can't wait to try out in my org.  Thanks for this post - terrific!

Marc</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>super useful and can&#8217;t wait to try out in my org.  Thanks for this post - terrific!</p>
<p>Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CK</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60898</link>
		<dc:creator>CK</dc:creator>
		<pubDate>Sun, 05 Oct 2008 04:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60898</guid>
		<description>adding the "with sharing" property in the public class is good in some case because the managers should see his team's opps, if the sharing default is private.


@Rhonda, you can add the following to your query:

AND OwnerId = :UserInfo.getUserId()</description>
		<content:encoded><![CDATA[<p>adding the &#8220;with sharing&#8221; property in the public class is good in some case because the managers should see his team&#8217;s opps, if the sharing default is private.</p>
<p>@Rhonda, you can add the following to your query:</p>
<p>AND OwnerId = :UserInfo.getUserId()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CK</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60891</link>
		<dc:creator>CK</dc:creator>
		<pubDate>Fri, 03 Oct 2008 20:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60891</guid>
		<description>Thank you, Scott.
I changed the font and now it looks beautiful.</description>
		<content:encoded><![CDATA[<p>Thank you, Scott.<br />
I changed the font and now it looks beautiful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60890</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Fri, 03 Oct 2008 18:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60890</guid>
		<description>@CK, yes you can change font-size with CSS.  In my example, there's a section that says:

&lt;blockquote&gt;#DIV_Container {background-color: #F3F3EC;}&lt;/blockquote&gt;

You want to add a font-size option.  The value can be a specific size (e.g. 6pt) or a relative size to the standard (e.g. .8em).  Example below:

&lt;blockquote&gt;#DIV_Container {background-color: #F3F3EC; font-size: .9em;}&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>@CK, yes you can change font-size with CSS.  In my example, there&#8217;s a section that says:</p>
<blockquote><p>#DIV_Container {background-color: #F3F3EC;}</p></blockquote>
<p>You want to add a font-size option.  The value can be a specific size (e.g. 6pt) or a relative size to the standard (e.g. .8em).  Example below:</p>
<blockquote><p>#DIV_Container {background-color: #F3F3EC; font-size: .9em;}</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: CK</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60889</link>
		<dc:creator>CK</dc:creator>
		<pubDate>Fri, 03 Oct 2008 17:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60889</guid>
		<description>Thanks, I linked the ## to reports, not views.
It is indeed much faster than the S control version.

Is it possible to set the font size in the summary section? Mine shows 2 lines for some rows like "Oppty Closing This Month".</description>
		<content:encoded><![CDATA[<p>Thanks, I linked the ## to reports, not views.<br />
It is indeed much faster than the S control version.</p>
<p>Is it possible to set the font size in the summary section? Mine shows 2 lines for some rows like &#8220;Oppty Closing This Month&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60888</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Fri, 03 Oct 2008 16:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60888</guid>
		<description>Well, this isn't ideal, but the following appears to work...

Your URL will be "/prefix?fcf=viewID.  For example, for a Lead view, it will look like: &lt;strong&gt;/00Q?fcf=00B30000005JhsT&lt;/strong&gt;.  The prefix is the 3 letter prefix assigned to that object.  

Start by going to any view for the object you care about and copy that URL somwhere.  Then go to the View you want to link to.  Once there, right-click on the Edit link and copy the URL.  Use the ID from that copied URL and replace it in the main URL you are putting into your code.

Ugly, but should work.</description>
		<content:encoded><![CDATA[<p>Well, this isn&#8217;t ideal, but the following appears to work&#8230;</p>
<p>Your URL will be &#8220;/prefix?fcf=viewID.  For example, for a Lead view, it will look like: <strong>/00Q?fcf=00B30000005JhsT</strong>.  The prefix is the 3 letter prefix assigned to that object.  </p>
<p>Start by going to any view for the object you care about and copy that URL somwhere.  Then go to the View you want to link to.  Once there, right-click on the Edit link and copy the URL.  Use the ID from that copied URL and replace it in the main URL you are putting into your code.</p>
<p>Ugly, but should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CK</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60887</link>
		<dc:creator>CK</dc:creator>
		<pubDate>Fri, 03 Oct 2008 14:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60887</guid>
		<description>@ Rhonda Ross: you cannot get the unique URL for the enhanced list views, if you tog between different views, you will notice the URL does not change.</description>
		<content:encoded><![CDATA[<p>@ Rhonda Ross: you cannot get the unique URL for the enhanced list views, if you tog between different views, you will notice the URL does not change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60841</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Mon, 22 Sep 2008 03:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60841</guid>
		<description>@Rhonda, you can add the following to your query:

&lt;blockquote&gt;AND OwnerId = :UserInfo.getUserId()&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>@Rhonda, you can add the following to your query:</p>
<blockquote><p>AND OwnerId = :UserInfo.getUserId()</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhonda Ross</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60838</link>
		<dc:creator>Rhonda Ross</dc:creator>
		<pubDate>Sun, 21 Sep 2008 00:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60838</guid>
		<description>Scott,

This is so cool!  I can't wait to add this to my production org.  But, to do that need help with one item.  In your s-control version, you included some code so that the queries would show just the records owned by the logged in user.  Is that same functionality possibility with the Visualforce version, and if so, how?</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>This is so cool!  I can&#8217;t wait to add this to my production org.  But, to do that need help with one item.  In your s-control version, you included some code so that the queries would show just the records owned by the logged in user.  Is that same functionality possibility with the Visualforce version, and if so, how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhonda Ross</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60837</link>
		<dc:creator>Rhonda Ross</dc:creator>
		<pubDate>Sat, 20 Sep 2008 23:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60837</guid>
		<description>If you go to the list view and click edit, it will show you the ID that you need within the URL - even with enhanced list views.</description>
		<content:encoded><![CDATA[<p>If you go to the list view and click edit, it will show you the ID that you need within the URL - even with enhanced list views.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://sfdc.arrowpointe.com/2008/09/17/sidebar-summary-using-visualforce/#comment-60835</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Sat, 20 Sep 2008 15:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=395#comment-60835</guid>
		<description>@CK: Well, I actually had the URLs in there already from last year and I now used Enhanced Views and it all worked.  Maybe you can turn off Enhanced Lists, get the URLs and then turn them back on?</description>
		<content:encoded><![CDATA[<p>@CK: Well, I actually had the URLs in there already from last year and I now used Enhanced Views and it all worked.  Maybe you can turn off Enhanced Lists, get the URLs and then turn them back on?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
