Survey Invitation DMO
Object API Name: std__SurveyInvitationDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id
- ParticipantId has a FOREIGNKEY relationship with the Account Contact DMO
Idfield.
- CanGuestUserRespond
- CanParticipantAccessResponse
- CanParticipantRespondAnonymously
- cdp_sys_record_currency
- CreatedDate
- DataSourceId
- DataSourceObjectId
- Description
- Id
- InternalOrganizationId
- InvitationLink
- InviteExpiryDateTime
- LastModifiedDate
- NameInterfaceField
- ParticipantId
- ParticipantObject
- SurveyId
- SurveyResponseStatus
- Field API Name:
std__CanGuestUserRespond__c - Data Type: TEXT
- Description: Indicates whether participants who don’t have a Salesforce account can complete the survey (true) or not (false).
- Field API Name:
std__CanParticipantAccessResponse__c - Data Type: TEXT
- Description: Indicates whether a participant can access their response (true) or not (false).
- Field API Name:
std__CanParticipantRespondAnonymously__c - Data Type: TEXT
- Description: Indicates whether participants can complete the survey anonymously (true) or not (false).
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-generated metadata field that stores a 3-letter ISO currency code.
- Field API Name:
std__CreatedDate__c - Data Type: DATETIME
- Description: The date and time when this record was created.
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__Description__c - Data Type: TEXT
- Description: Description of the Survey Invitation.
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: Required. A unique, system-generated identifier for this SurveyInvitation record. Maximum size is 15 characters.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__InvitationLink__c - Data Type: TEXT
- Description: The URL to the survey that's sent to participants. To query on this field, you need access to the associated Survey record.
- Field API Name:
std__InviteExpiryDateTime__c - Data Type: DATETIME
- Description: The date and time that the survey invitation expires.
- Field API Name:
std__LastModifiedDate__c - Data Type: DATETIME
- Description: The date and time when a user last modified this record.
- Field API Name:
std__NameInterfaceField__c - Data Type: TEXT
- Description: Name of this record.
- Field API Name:
std__ParticipantId__c - Data Type: TEXT
- Description: The ID of the participant if the participant is a Salesforce contact, user, or lead.
- Field API Name:
std__ParticipantObject__c - Data Type: TEXT
- Description: Partcipant Objects are Contact, Lead and User.
- Field API Name:
std__SurveyId__c - Data Type: TEXT
- Description: The ID of the survey that’s sent in the invitation.
- Field API Name:
std__SurveyResponseStatus__c - Data Type: TEXT
- Description: The status of a participant’s response to the survey that’s associated with the survey invitation. Possible values include: - NotStarted — For an invitation with a ParticipantID, it means that the recipient hasn’t opened the survey. For an invitation without the ParticipantID, it means that none of the recipients opened the survey. - Started — For an invitation with a ParticipantID, it means that the recipient opened the survey. For an invitation without the ParticipantID, it means that the survey was opened by at least one recipient. - Paused — For an invitation with a ParticipantID, it means that the recipient has paused the survey. For an invitation without the ParticipantID, it means that the survey was paused by any one of the recipients. Paused isn't available for invitations in which either OptionsAllowParticipantAccessTheirResponse or OptionsCollectAnonymousResponse is true. - PartiallyCompleted— For an invitation with a ParticipantID field, it means that the recipient has partially completed the survey. For an invitation without the ParticipantID field, it means that at least one recipient partially completed the survey. - Completed — For an invitation with a ParticipantID, it means that the recipient has submitted the survey. For an invitation without the ParticipantID, it means that the invitation was submitted by at least one recipient. Maximum size is 15 characters.