wkcc__SurveyScheduleRecipient__c

Represents details about recipients of surveys sent out by a particular survey schedule. The recipients can be employees or locations. If you change the recipients for a scheduled survey, the updated recipients list is referenced the next time the scheduled survey goes out. This object is available in API version 49.0 and later.

The custom object that represents details of a survey schedule in the org, including the selected survey, email template, and filter criteria, is wkcc__SurveySchedule__c.

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()

FieldTypePropertiesDescription
NamestringAutonumber, Defaulted on create, Filter, idLookup, SortThe automatically generated ID of a survey schedule recipient, using the SSR-{00000000} display format.
wkcc__Employee__creferenceCreate, Filter, Group, Nillable, Sort, UpdateThis is a lookup field to the Employee object. Mutually exclusive with the wkcc__Location__c field. If the referenced Employee record is deleted, the wkcc__Employee__c field is cleared.
wkcc__Location__creferenceCreate, Filter, Group, Nillable, Sort, UpdateThis is a lookup field to the Location object. Mutually exclusive with the wkcc__Employee__c field. If the referenced Location record is deleted, the wkcc__Location__c field is cleared.
wkcc__SurveySchedule__creferenceCreate, Filter, Group, SortRequired. The name of the survey schedule associated with this list of recipients. If the referenced survey schedule is deleted, the associated list of survey recipients is also removed.