Unexpected Action Occurred Error on ESC portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 02:43 AM
I am getting Unexpected Action Occurred Error message on esc portal when click over "To-Dos" does anyone know this issue.
Thanks in advance..!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 10:19 PM
Hello @Ankur Bawiskar
This error is occur from " Todos Approval" widgets. This Is OOB widget I curious why this error message come.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 11:36 PM
Did you try to debug and see which line is causing this?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 04:19 AM
Yes, I have tried but I found some weird issues. In the following script In Line no.15 I got two sys_id. Basically it executes the IF part but the else part also executes even the both sys_id from the sysapproval table.
If I removed "Secure" from the below line then I did not get any error. Will this cause any issue in future??
var sysApprovalRecord = new GlideRecordSecure('sysapproval_approver')
Thank you.