You need to sign in to do that
Don't have an account?
update a custom field that calculates the number of leads
Hello everyone
I have a custom field named "number of leads" associate to a campaign object and I want to calculate a number of leads associate to this company
when a lead was registred , the value of "number of leads " became number of leads +1
what can I do ??
thank you for your time
I have a custom field named "number of leads" associate to a campaign object and I want to calculate a number of leads associate to this company
when a lead was registred , the value of "number of leads " became number of leads +1
what can I do ??
thank you for your time
As there is no master detail relationship so Roll up summary field can not be used.
It can be achieved through a small triger code on Campaign Member object.
Let us know if it helps you.
What I understand you need +1 for that create a custom formula field and add 1 to the total leads field.