Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Could you please mark my reply as Correct so that we can mark this question as answered?
Thank you!I was trying to work through the constraints as well, but wasn't able to get anything to show up in the drop down list for Reason or Source, so I didn't know if it was expecting a string or ID or something else altogether.
When I test it out, I get the Change Data Value activities as well as Merged activity, however, I didn't get an email as expected from the Change Data Value activity, so I'm not 100% sure if that was a one off or if that'll be the case for all merged leads.EDIT: Just tested it again and got an email...
Hi Teresa,Yup, you'll need to create a Date (or Datetime) field called "Last Activity Date". Then, update all your flows related to lead activities to include a step with Change Data Value where field = Last Activity Date and value = {{system.date}} (or {{system.datetime}} if Last Activity Date is a...
Hi Adam,The "(L)" signifies that it is mapped only to the Lead object in SFDC. If you go to Admin > Field Management and then search for "Email Invalid", you'll see two of them in the list - "Email Invalid" and "Email Invalid (L)". "Email Invalid" will likely be mapped to the SFDC Contact object whi...
Hey all,I was about to clean up our database and merge some dupes that are sitting around, but remembered that we have a campaign with a trigger of Data Value Changes that fires off when a field value is updated. How do I prevent my deduplication efforts from causing that trigger campaign to fire of...
True that, especially if you're relying on query parameters.
Hey Alicia,1 - try typing in just a part of the URL. You'll see that Munchkin code doesn't save the entire URL, so doing a direct copy+paste won't get you any results. Instead, typing in part of the URL will show you how it stores it, which if often without the "http" protocol.2 - In the Fills Out F...
Nothing wrong there. I would confirm that the field Marketing Qualified Date is a datetime field and not just date field. If it's just a date field, you'll have to use {{system.date}} instead of {{system.dateTime}}You can confirm the field type through Admin > Data Management > Field Managementthen ...
Hi Jess, can you share screenshots of the trigger campaign that's supposed to be populating the data?