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?
답변 2개
Eric Praud (Activ8 Solar Energies) Forum Ambassador
@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