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
bhanu_prakashbhanu_prakash 

need to get count of lead status in campagin

Hi Guys,

On Campagin objects i have 3 custom fields like 
open           :
contacted    :
progress     :

Now we need to get all leads which are associated to that campagin records.
Suppose, I have  marketing campagin, which contact 10 leads . in them 5 leads in open status,3 is in contacted and 2 is in progress.
So now on marketing campagin record, i need to be output as
open : 5
contacted : 3
progress : 2

Thanks for advance

 
prateek jainprateek jain
Hi
you can use appExchange product rollup master it is not listed app:https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000EO7F9UAL
It will help you out to meet scenario you want
if any issues please do let me know.if my solution helps you please do mark my answer as the best answer  
Thanks