Multiple Choice Question mapped to specific Salesforce Accounts | XM Community
Solved

Multiple Choice Question mapped to specific Salesforce Accounts

  • 15 January 2019
  • 2 replies
  • 12 views

I am working on mapping a volunteer liability release form survey on Qualtrics into Salesforce. Each volunteer's account is the university which they attend. On the release form, there is a multiple choice question with the university choices. I am wondering if there is a way to map these volunteers (all of whom are new contacts) to have the account of their University.
icon

Best answer by MsIreen 24 January 2019, 13:53

View original

2 replies

Userlevel 7
Badge +23
How do you distributing this survey? Do you know beforehand where they are from? In this case you can put the ID in the mailing list rather than asking.

Another option I see is to set SFAccountID as an embedded data in the survey flow. And Branch the value as, If University 1 selected set Embedded data SFAccountID=123,
If University 2 selected set Embedded data SFAccountID=456.

Then when mapping questions back, you can set sfAccountID=Embedded data "SFAccountID"
Userlevel 7
Badge +19
I would agree with what @MsIreen said. You're going to want to build a new field on the survey response object that allows for a Lookup to an account. Collecting the SfAccountId as a part of your embedded data flow, pipe that information back into the survey response object.

We collect all Contact and Account information and pipe it into the response the same way.

Leave a Reply