[SalesForce] Roll up from contract to Account using Process Builder

I have a requirement in which I need to roll up (SUM) a field called Score from Contract to Account. Account & Contract object shares lookup. I know very well this can be achieved using trigger but the loop hole is I need to accomplish it using THE PROCESS BUILDER. Is it possible in any way?

Best Answer

Basically, you have to create sObject variable in process builder for your SUM value and loop records. Please check this link:

http://www.salesforceweek.ly/2015/02/how-to-create-roll-up-summaries-using-flow.html

Related Topic