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
Hi, if you want to update the values of field when Lead is created (am assuming you mean "Created" by "Registered"),you would need to write a trigger on lead object to update the value.
ok thank you very much , I will try because I don't have any experience with apex and trigger