<?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: Summer &#8216;07 Features</title>
	<atom:link href="http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/</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, 29 Aug 2008 22:14:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: John Hart</title>
		<link>http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-28593</link>
		<dc:creator>John Hart</dc:creator>
		<pubDate>Fri, 06 Jul 2007 18:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-28593</guid>
		<description>Aiden,

I haven't yet tried the roll-up fields in a pre-release build.

Have you seen any official documentation about the "up to 30 minute" delay in calculating roll-up values?  The Summer 07 release notes don't mention this.

I was hoping to use some of these values within triggers, but if there's a delay then that won't be workable &#38; I'll have to maintain them myself.  Any pointers to official docs which state this?

thanks,
john</description>
		<content:encoded><![CDATA[<p>Aiden,</p>
<p>I haven&#8217;t yet tried the roll-up fields in a pre-release build.</p>
<p>Have you seen any official documentation about the &#8220;up to 30 minute&#8221; delay in calculating roll-up values?  The Summer 07 release notes don&#8217;t mention this.</p>
<p>I was hoping to use some of these values within triggers, but if there&#8217;s a delay then that won&#8217;t be workable &amp; I&#8217;ll have to maintain them myself.  Any pointers to official docs which state this?</p>
<p>thanks,<br />
john</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Claiborne</title>
		<link>http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-27694</link>
		<dc:creator>David Claiborne</dc:creator>
		<pubDate>Thu, 28 Jun 2007 17:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-27694</guid>
		<description>I also tried the roll-up summary in the pre-release. I was looking for something that would roll up child accounts into a parent account. 

Nope, it's not there. 

You could do it with Apex, but it could get very contentious when there are a lot of accounts and a lot of children.</description>
		<content:encoded><![CDATA[<p>I also tried the roll-up summary in the pre-release. I was looking for something that would roll up child accounts into a parent account. </p>
<p>Nope, it&#8217;s not there. </p>
<p>You could do it with Apex, but it could get very contentious when there are a lot of accounts and a lot of children.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aiden</title>
		<link>http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-27681</link>
		<dc:creator>Aiden</dc:creator>
		<pubDate>Thu, 28 Jun 2007 14:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-27681</guid>
		<description>Hi,
I just logged into a Summer 07 pre-release of salesforce.com and immediately tried to test what "Roll-Up Summary" fields can and cannot do.

Here's some information from the on-line help which shows the limitations of this new feature. 

&lt;strong&gt;Create roll-up summary fields on:&lt;/strong&gt;
Any &lt;strong&gt;custom &lt;/strong&gt;object that is on the master side of a master-detail relationship.
Any standard object that is on the master side of a master-detail relationship with a &lt;strong&gt;custom &lt;/strong&gt;object.
The object on which you create the field should be on the master side of a &lt;strong&gt;custom &lt;/strong&gt;master-detail relationship.

(I can create a roll-up summary between Account and a custom table, but so far can't create one between Account and Opportunities, Opportunity and Opportunity Line Items, or Opportunity LIne Item and Opportunity Line Item Schedules.)

For the maximum number of roll-up summary fields allowed in your organization, see App Setup Limits. 

Roll-up summary fields cannot calculate the values of other roll-up summary fields. 

Roll-up functions are Count, Sum, Min, Max

Roll-up summary fields can calculate the values of formula fields. 

Calculating roll-up summary field values may take up to 30 minutes, depending on the number of records affected and other factors. 
If your organization uses multiple currencies, the currency of the master record determines the currency of the roll-up summary field.

Roll-up summary fields do not support objects with advanced currency management. If advanced currency management is enabled in your organization, we recommend deleting any existing currency roll-up summary fields on opportunities to prevent the invalid roll-up summary icon from displaying. 

Automatically derived fields such as current date or current user are not allowed in roll-up summary fields.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I just logged into a Summer 07 pre-release of salesforce.com and immediately tried to test what &#8220;Roll-Up Summary&#8221; fields can and cannot do.</p>
<p>Here&#8217;s some information from the on-line help which shows the limitations of this new feature. </p>
<p><strong>Create roll-up summary fields on:</strong><br />
Any <strong>custom </strong>object that is on the master side of a master-detail relationship.<br />
Any standard object that is on the master side of a master-detail relationship with a <strong>custom </strong>object.<br />
The object on which you create the field should be on the master side of a <strong>custom </strong>master-detail relationship.</p>
<p>(I can create a roll-up summary between Account and a custom table, but so far can&#8217;t create one between Account and Opportunities, Opportunity and Opportunity Line Items, or Opportunity LIne Item and Opportunity Line Item Schedules.)</p>
<p>For the maximum number of roll-up summary fields allowed in your organization, see App Setup Limits. </p>
<p>Roll-up summary fields cannot calculate the values of other roll-up summary fields. </p>
<p>Roll-up functions are Count, Sum, Min, Max</p>
<p>Roll-up summary fields can calculate the values of formula fields. </p>
<p>Calculating roll-up summary field values may take up to 30 minutes, depending on the number of records affected and other factors.<br />
If your organization uses multiple currencies, the currency of the master record determines the currency of the roll-up summary field.</p>
<p>Roll-up summary fields do not support objects with advanced currency management. If advanced currency management is enabled in your organization, we recommend deleting any existing currency roll-up summary fields on opportunities to prevent the invalid roll-up summary icon from displaying. </p>
<p>Automatically derived fields such as current date or current user are not allowed in roll-up summary fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-27296</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 25 Jun 2007 03:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-27296</guid>
		<description>Agreed - can't wait for this to feature to be rolled out, along with any subsequent ideas that may be needed to finish it off...</description>
		<content:encoded><![CDATA[<p>Agreed - can&#8217;t wait for this to feature to be rolled out, along with any subsequent ideas that may be needed to finish it off&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-27072</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Sat, 23 Jun 2007 05:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-27072</guid>
		<description>I wonder too if cross object formulas will be available for custom objects.

If I build a Master-Detail relationship between an Opportunity and a Custom Object, will I be able to "roll up" financial values (for example) to the Opportunity? 

We'll see! Closer is better than not at all though. I suspect at minimum custom fields on Opportunity Lines will be available for "roll up" to the Opportunity. I know of a few clients that have spent thousands of dollars to "get there" for just this need in particular.</description>
		<content:encoded><![CDATA[<p>I wonder too if cross object formulas will be available for custom objects.</p>
<p>If I build a Master-Detail relationship between an Opportunity and a Custom Object, will I be able to &#8220;roll up&#8221; financial values (for example) to the Opportunity? </p>
<p>We&#8217;ll see! Closer is better than not at all though. I suspect at minimum custom fields on Opportunity Lines will be available for &#8220;roll up&#8221; to the Opportunity. I know of a few clients that have spent thousands of dollars to &#8220;get there&#8221; for just this need in particular.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-26734</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Wed, 20 Jun 2007 15:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-26734</guid>
		<description>Steve, I agree.  They are not delivering 100% of the need expressed in the Idea.  This would only be formulas from parent objects looking down on their child objects.  It would not allow you to include, for example, the Contact's Mailing City on a Case (i.e. it would not allow joined fields).</description>
		<content:encoded><![CDATA[<p>Steve, I agree.  They are not delivering 100% of the need expressed in the Idea.  This would only be formulas from parent objects looking down on their child objects.  It would not allow you to include, for example, the Contact&#8217;s Mailing City on a Case (i.e. it would not allow joined fields).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-26731</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Wed, 20 Jun 2007 14:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-26731</guid>
		<description>Thanks for pointing that one out - I missed it in my 90-second review of the new features. I've spent the past 3 months coming up with various ways of doing just this in AJAX ; as is so often the case, I spend hours "preinventing" the wheel when I should just wait for Salesforce to roll out a solution!

(course I am still waiting for HTML formatting in Solutions that was promised in Spring...)

Luke "Always Thinkin" C.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that one out - I missed it in my 90-second review of the new features. I&#8217;ve spent the past 3 months coming up with various ways of doing just this in AJAX ; as is so often the case, I spend hours &#8220;preinventing&#8221; the wheel when I should just wait for Salesforce to roll out a solution!</p>
<p>(course I am still waiting for HTML formatting in Solutions that was promised in Spring&#8230;)</p>
<p>Luke &#8220;Always Thinkin&#8221; C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-26730</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 20 Jun 2007 14:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/2007/06/19/summer-07-features/#comment-26730</guid>
		<description>When they're talking about this feature, they're always saying "Parent - Child" and I think that's important. Account is the parent of Opportunity, so I think you'd be able to sum Opportunity Amounts to the Account. But, Contact to Opportunity via the ContactRole object isn't a Parent - Child relationship, so I suspect we won't be able to do those kinds of rollups.

We'll see when the release comes...</description>
		<content:encoded><![CDATA[<p>When they&#8217;re talking about this feature, they&#8217;re always saying &#8220;Parent - Child&#8221; and I think that&#8217;s important. Account is the parent of Opportunity, so I think you&#8217;d be able to sum Opportunity Amounts to the Account. But, Contact to Opportunity via the ContactRole object isn&#8217;t a Parent - Child relationship, so I suspect we won&#8217;t be able to do those kinds of rollups.</p>
<p>We&#8217;ll see when the release comes&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
