How to update Assessment question response based on other question's response?
In CRM we have a requirement to automate the response of one question based on other question's response. I tried the following:
- Using Groovy script - Failed. Since every question has its own specific LOV responses, I need to update the AttributeValueId specific to that question response. There is no available view object where I can access the LOV of responses.
- REST API: Following this link for LOV for AssessAtributeValueVO : https://<domain>.fa.us6.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/opportunities/1317697/child/Assessments/300000145075351/child/AssessAnswerGroups/300000145075352/child/AssessmentAnswer/300000145075360/lov/AssessAttributeValueVO1. This link is working on postman and the result displays the LOV for a specific question. But when I setup this on CRM as WebService it is giving me an error:
0