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
Adrian-EAdrian-E 

Calculate Rollup of Child Accounts

We have parent child account relationships. I currently calculate the RMR rollup on child accounts.

I want the parent account to also display of all RMR rollups on child accounts.

 

How can I achieve this?

 

Thanks 

Steve :-/Steve :-/

You can't do it using the standard Roll-Up Summary fields available in "out of the box" vanilla SFDC.  Parent-Child Accounts do not have the requisite Master-Detail relationship. 

 

You *might* be able to build something in VisualForce, but the only thing that I know about VisualForce is that I don't know anything about VisualForce...

jpizzalajpizzala
You can accomplish this with Apex code.  You can peruse the Apex developer boards for code assistance or look through the Apex Code Language Documentation.