The ask from our President is to pull that data into the Account object itself so we can quickly see both YTD and MTD revenue numbers. I'm struggling with how to accomplish this as I'm essentially going to have a "many to one" pull as the year goes along. Any help with how to make this happen is much appreciated.
Thanks!
3 answers
Hi Mark
Sakshi has got it right. But there are also some 3rd party tools you might want to take a look at to see if they are any easier for you.
Rollup Helper: https://www.passagetechnology.com/rollup-helper-overview
DLRS: https://github.com/afawcett/declarative-lookup-rollup-summaries
You could also look into displaying a chart on the account that displays YTD and MTD instead of actually rolling those numbers up.