function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MipsMips 

Roll-up Summary Fields

I need to know how to roll-up a simple number field. We have multiple Regional Managers that I've been rolling up to a few State mangers.  I ran out of roll-up fields and want to know if you can do this with a formula or Apex trigger (I have no clue how to write code).  Any suggestions would be great.

 

Cheers

Will

 

Steve :-/Steve :-/

Here's some information on creating custom Roll-Up Summary Fields.  

 

https://na3.salesforce.com/help/doc/en/fields_about_roll_up_summary_fields.htm#topic-title

 

The key is that the records that you are Rolling Up MUST have a Master-Detail Relationship.  

 

Good Luck! 

AVictorioAVictorio

Mips, I wrote up a trigger for summing child objects, you can find it here: Salesforce Roll-Up Summary Trigger