-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure what fields to Choose #680
Comments
It can be tricky to make campaign memberships rollup to contact and or
leads. I managed to do it. The trickiest bit was deploying The trigger on
the campaign member. It required a little bit of extra test code which I
found by googling. I also found that it was not reliable in real time mode
– perhaps my fault. I do have the five most recent campaign summarized on
every contact and it updates nightly.
…On Fri, Apr 27, 2018 at 1:50 PM jillmyers ***@***.***> wrote:
Hello,
I am trying to build a Concatenate rollup to tell me all of the campaigns
a particular lead is in. I want to either roll up the Campaign names, or
the Campaign ID's. However, I cannot seem to get either to work. Any
guidance on fields to choose would be greatly appreciated.
I have screenshot my first attempt:
[image: screen shot 2018-04-27 at 12 49 32 pm]
<https://user-images.githubusercontent.com/28907558/39379736-77532248-4a19-11e8-8e80-b175debcf92d.png>
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#680>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQaRD6pkIgUKSwOdVFGNjiUfnN1QMuj1ks5ts2hqgaJpZM4Tq2Tq>
.
|
I have a similar end goal - congrats on solving it! Hope you had a moment to for a couple questions:
Appreciate any help you can afford. :) |
@streetyouth Any insight into the campaign member trigger modification would be greatly appreciated. Thanks!! |
Campaignid isn't what relates leads to campaign member I think the field is LeadId and for contacts it is ContactId. The tricky part will making it not fire on campaign membership changes where it is a converted lead as it will have a LeadId and ContactId and the lead update will fail as the record is locked. It should fail silently if you don't mind a ever growing error log. |
@mountainmonk take a look at this thread > #197 |
I'm going to go ahead and close this but is anyone comes here with similar questions, questions like this are better supported through the Trailblazer Community Group and the awesome group of people there. |
Hello,
I am trying to build a Concatenate rollup to tell me all of the campaigns a particular lead is in. I want to either roll up the Campaign names, or the Campaign ID's. However, I cannot seem to get either to work. Any guidance on fields to choose would be greatly appreciated.
I have screenshot my first attempt:
Thanks!
The text was updated successfully, but these errors were encountered: