Select the Sales Person that made or will make this call.
select r.proctorId
from tbl_CRM_ParticipantSurveyCodes psc
inner join tbl_SVY_Responses r
on r.responseId = psc.responseId
and r.ownerId = psc.ownerId
and r.ownerType = psc.ownerType
where psc.participantId =
and psc.ownerId =
and psc.ownerType =
and psc.surveyRole = 'SALESCALL'
Enter the date on which the sales call was made or will be made.
[mm/dd/yyyy] (tentative)
The system can send an email reminder to the Sales Person for this interaction.