Survey Question Answers

The survey question answer view object provides details about the answers to survey questions.

Data Store Key : CrmAnalyticsAM.ServiceExtractAM.SvcMgmtBiccExtractAM.SurveyQuesAnswerExtractPVO

Primary Keys : AnswerId

Initial Extract Date : CreationDate

Incremental Extract Date : LastUpdateDate

Attributes

This table provides the list of exposed attributes and their descriptions.

Name Description
AnswerId The unique identifier of the record. This is the primary key for the view object.
CreatedBy The user who created the row.
CreationDate The date and time when the row was created.
LastUpdateDate The date and time when the row was last updated.
LastUpdateLogin The session login of the user who last updated the row.
LastUpdatedBy The user who last updated the row.
ObjectVersionNumber The number of times the row has been updated.
QuestionId The identification number of the question of which this answer choice is a part of.
SurveyQuesAnswerMLSAnswerId The unique identifier of the translated survey answer. This is a foreign key of the Translated Survey Question Answer view object.
SurveyQuesAnswerMLSLanguage The language into which the translatable attribute contents are translated. This is a foreign key of the Translated Survey Question Answer view object.
SurveyQuesAnswerMLSSourceLang Indicates the code of the language in which the contents of the translatable attributes were originally created.
SurveyQuesAnswerMLSText The translated text of the survey answer defined by the user.
VendorAnswerId The external product answer choice identification number.