Remove error messages from Service Portal Header Menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2020 07:43 PM
I have created a customised Header Menu that redirects to a customised ticket page when I click on the 'View all requests' link in the requests dropdown menu.
The redirect works but I am seeing the following error messages.
Does anyone know where I can go to fix these errors so that they do not appear when I select the 'View all requests' link?
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2020 08:05 PM
Hi,
As you customised Header Menu that redirects to a customized ticket page. When you click on the "View all requests" link in the requests drop-down menu. you see that error. Try to open "inspect element" using F12 key. and in "Console" check for which script or customization this type of error s there.
Regards,
Sagar Pagar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2020 09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2020 09:55 PM
Hi,
Please check the table name in your widget's server script. It seems that ea_sc_request is an invalid table name.
If you are using OOTB Service Catalog tables, then the table name should be sc_request.
Please mark correct or helpful if in case it answers your query.
Thanks!
Vikas