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.

Supported Calls

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

Fields

Field Details
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
The automatically generated ID of a survey schedule recipient, using the SSR-{00000000} display format.
wkcc__Employee__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
This 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.

Note

wkcc__Location__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
This 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.

Note

wkcc__SurveySchedule__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Required. 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.

Note