Question
6
Replies
50
Views
Posted: November 30, 2018
Last activity: December 12, 2018
Closed
Location where answers persist
Hello,
I'd like to know to which concrete class are the survey's answers persisted.
I know that we can map each individual answer to a case property under the section "Answer" of the Question configuration, but even if we leave this field blank I guess that the answers are going to be recorded in some concrete class that we can visit for reporting and BI proposes, right?
Thank you in advance,
Duarte
Answers will persist in the work object itself in the blob. The clipboard structure will be like below:
pyWorkPage.pyQuestionnaire().pyQuestionGroup().pyQuestion().pyAnswer for single answer question
and
pyWorkPage.pyQuestionnaire().pyQuestionGroup().pyQuestion().Answers() for multi answer question