- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 02:13 AM
We are getting the below error when trying to access survey in Service Portal. Can anyone help me on this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 02:27 AM
hello
If you open that assessment utils script include again you can see they are returning the glide record object
according to that code is it returning assessment instance glide record object for the logged in user
so check if there are any records for the logged in user in assessment instance table satisfying the query in the above function.
If not create one and check
PLEASE MARK MY ANSWER CORRECT IF IT HELPS YOU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 02:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 02:19 AM
Hi,
The error shows the widget and line its failing on. Open the widget and see what is happening, maybe some property is missing or something like that.
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 02:22 AM
Hi