Hi Eric,
we've built this scenario with an interface from to the SAP SuccessFactors Recruiting system, but it should work in a similar way with other ATS:
The trick is to use teh right unique identifier. Instead of the candidate ID / applicant ID we use the application ID, which is different for each application, even if it's the same candidate. If your ATS doesn't offer an application ID, you can alternatively concatenate candidate ID with requisition ID (job advert ID, position ID) - together they would usually be a unique ID.
Note that this still doesn't work, if you use the same user ID (e.g. email address), so best to populate the UserID with the application ID or compound unique number you created as well.
This may leave the very tenacious candidates applying twice for the same position. If you want to cover that as well, add the current date to the unique ID.
Finally: what if you want to send surveys to a canidate at several points of their journey (e.g. after 1st and second interview)?. Obviously, you can just create separate surveys that are triggered by the application status signalling at which point of the process candidates are, but that may leave you with a lot of surveys and could hit a licence limit and also is less convenient to process all the data in one dashboard. We actually let all trigger points run into the same survey, but use the application status (e.g. "rejected after 1st interview" or "hired") as a meta data field, which controls the survey flow, so candidates get meaningful questions depending on where they are in the process and it's also used as a filter or driver in the dashboards and analysis.
I hope this helps!
Would love t hear how you are going ahead and which ATS you are connecting with.
best wishes
Sven
Wow. That's super-helpful. Thanks, Sven. I think we can use Application ID.
A couple initial follow-up thoughts--just to ensure I'm tracking with you.
- It sounds like you've abandoned the idea of having a 1-to-1 relationship between worker/candidate and Qualtrics user. Is that correct? If so, since Qualtrics is designed around the the 1-to-1 idea, are there limitations you run into?
- I have a different, yet related, use case that maybe you can help me with. It has to do with surveying the hiring managers. It's slightly different, so I'm going to start a new thread.
Thanks again!
Hi Eric,
that’s correct. In this scenario, a candidate can have more than one record in the directory. We’ve tested this extensively and no problems. However, I’d recommend you check with your Qualtrics contact, whether there could be an impact on your subscription license.
Also: we reduced the number of sent survey invites plus avoid data privacy issues (as candidate data is saved on an additional server, when it goes to Qualtrics): We have a tickbox in our application form in SAP SuccessFactors, where candidates can say that they are happy to be included in a survey. Those, who don’t agree, are filtered in the interface, so not sent to Qualtrics. We also believe this brings more responses, as the simple click creates a bit of a psychological contract to actually take the survey, when it comes later.
Hello -
I am looking in to implementing a candidate survey through our integration with SuccessFactors. Is the recommendation to import all candidates into the Qualtrics directly on a daily basis in order to add them as participants to the survey and leverage automation to do that?
If there are limitations with directory due to subscription license like Sringling mentioned, is there an alternative solution?