on 2020 Nov 30 8:53 PM
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
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.