When I am trying to open the URL of survey this shows error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2022 12:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2022 05:19 PM
Hi Nikita,
Below could be the resons please check it and let me know 🙂
The reason the user is seeing the error message is because the assessment they are trying to view is not assigned to them. The assessment the user is trying to access is not public.
There is some logic which happens when a user tries to view an assessment. The system runs a check which says, "Is the user who is trying to view this assessment the same as the person to whom it is assigned? If yes, display the assessment. If no, throw 'Invalid URL' error."
Therefore the behavior seen is expected, as the assessment the user is trying to view is not assigned to them.
Also, there are 2 scripts include called when opening a survey, ensure these scripts are not customized: SPSurveyAPI and AssessmentUtils
Thanks,
Neha
Please mark correct/helpful