Skip to content
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

Closed
jillmyers opened this issue Apr 27, 2018 · 6 comments
Closed

Not sure what fields to Choose #680

jillmyers opened this issue Apr 27, 2018 · 6 comments

Comments

@jillmyers
Copy link

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:
screen shot 2018-04-27 at 12 49 32 pm

Thanks!

@streetyouth
Copy link

streetyouth commented Apr 27, 2018 via email

@mountainmonk
Copy link

mountainmonk commented Apr 29, 2018

@streetyouth

I have a similar end goal - congrats on solving it! Hope you had a moment to for a couple questions:

  1. Can you clarify what you mean by requiring extra test code? Is it just for code coverage? Something else entirely?
  2. Did you build a rollup for leads and contacts, or just leads? If both, did you deploy just for leads? I'm running into an issue where deploying from the Contact rollup window gets me this issue
  3. Which Calculation Mode is declared on your rollup? I read elsewhere that even if scheduling, some circumstances operated best with Calc Mode = Process Builder

Appreciate any help you can afford. :)

@jillmyers
Copy link
Author

@streetyouth Any insight into the campaign member trigger modification would be greatly appreciated.

Thanks!!

@DanDonin
Copy link
Contributor

DanDonin commented May 3, 2018

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.

@afawcett
Copy link
Collaborator

@mountainmonk take a look at this thread > #197

@aheber
Copy link
Contributor

aheber commented May 22, 2024

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.

@aheber aheber closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants