cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Where to get QuestionUUID and QuestionAnswerUUID description

shenu
Participant
0 Likes
282

Hi SAP Community,

Could you please direct me to the tables in C4C ODATA that can give me descriptions of UUID's of questions and answers of a survey displayed in the SurveyQuestionAnswersSurveyCollection extract?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee
0 Likes

Hello,

As C4C is cloud-based solution hence it is not possible currently to access the backend tables by traditional SAP GUI SE11/SE16 transaction.

However, SAP exposes Business Object which contains such data. In your case, you can use the standard BO Questionnaire to get the survey question description via path Element.ElementDescription.Description.content in repository exploer. Similarly, for answers and its text, you can use Questionnaire.Element.ElementValue.ValueDescription.Description.content in repository explorere.

If you want you can also simply pass the Question UUID as part of OData entity set to get the correcpodning text for question and answer. For example,

https://my3XXXXX.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/SurveyQuestionCollection('00163E6BB3971EDAB9C958701F95FE1E'). --> This will give you Question text for Question UUID 00163E6BB3971EDAB9C958701F95FE1E

Answers (0)

Ask a Question