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
E LE L 

Visual Flow How to get roll up values and put into Parent object

Hi

I have two objects that are linked with a look up (not master detail). I wish to get the total of a specific number field on the detail list and put that sum in a field on the Parent object. How to do this?

TIA,
KaranrajKaranraj
Check this article to implement rollup summary field for the lookup realtion
https://developer.salesforce.com/page/Declarative_Rollup_Summary_Tool_for_Force.com_Lookup_Relationships
E LE L
Yes but how to do this in Visual Flow?
KaranrajKaranraj
Check this blogpost to implement rollup summary concept using visual flow for the lookup relationship https://salesforcewizard.wordpress.com/2014/05/22/roll-up-summary-field-using-headless-flow/
E LE L
I gave this a try and it worked. Many thanks for your help karanraj.
Ryan Young 1Ryan Young 1
So will this blog post work with the Contact Roles Object? Many thanks :-)