cancel
Showing results for 
Search instead for 
Did you mean: 

How to Populate data dynamically for the answers in Questionnaire

Former Member
0 Kudos

Hi all,

i have a requirement of populating an answer to a particular question on save of the activity, for this i can use Order_save Badi but the question how to populate the answer for the Question i have the Question id's and answer id's.

Can any one suggest me the method of populating the answer id's for a particular question id and update the Activity, i have already used the method values_set of class cl_crm_survey_values but i cannot see the updation happening in the activity.....

Any suggestions will be appreciated highly, its urgent...........

Regards,

Ravi G

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you checked your PBO that's being called via your Survey? I believe that the PBO has to be modified somehow in order for it to populate the survey with the data before output to the screen.