Skip to main content

I am trying to do the following:

 

  • Get a total Number count of a contact field (Field 1) onto the Account record
  • Can be multiple contacts with that field populated
    • Ex. Contact 1 = 15 / Contact 2 - 20
  • Account field should have a totla of 35

Trying to use Declarative Roll-Up Summary but can't use the SUM Operation (Picture shows a different Operation because I cant pick and save wit SUM)

 

What am I doing wrong?

 

Declarative Roll-Up Summary Help

2 risposte
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    24 gen 2022, 13:38

    @Commons Project: DLRS may be able to help here.

     

    Otherwsie you coudl create your own flows, similar to this:

    https://blog.certifycrm.com/create-a-roll-up-summary-with-flow/

     

    The difference is that, instead of using "Equal Count", you'd need to use the ADD operator:

    Number field on Account - ADD - Number field on Contact

0/9000