I am attempting to sent an html email to a contact with a link to a prefilled form... wherein the response will indicate that this contact will attend an event. I want the form to update the campaign status relative to to the contact from "Sent" to "Attending".
No... I guess the issue is that I am unsure how to pass a campaign member ID to the form. If I am on a contact record, how do I specify the member id for a particular child campaign?
Hem ... I vaguely remember you can do that with Apex code, but you're best off contacting Salesforce support and seeing what they recommend for your organization setup.
You could also do a lookup from with your FormAssembly connector, but I think trying to take care of it at the mail merge level would simplify your setup quite a lot.
Yes... it looks like something you can only do with code or a third party marketing tool. I don't see any way to utilize lookup in the FormAssembly connector.
You can do a lookup for a CampaignMember in our SF V2 Connector by doing something like this:
Update CampaignMember from CampaignId equals formula: 000xxx000xx ContactId equals ContactId ( on none found, throw error; on one found, update; on multiple found, throw error_ Map: Status --> 'Attending'