Blank page shown after clicking Save button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 06:07 AM
Hi ,
We are on Eureka patch 10. I tried to save the problem ticket by right clicking on the header bar and using Save context menu action. After that a blank page appeared instead of redirecting me to that ticket.This is the one of the scenario.
Same thing is occurring for other tickets too. User are reporting blank page issues frequently.
Do anyone know what can be the reason ?
Thanks ,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 06:15 AM
Take a look at your UI Actions named "Save" and see if they were updated by anyone other than the ServiceNow accounts they were created by.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 07:37 AM
Hi rfedoruk,
It is not updated by anyone. It is not that after all the save action blank page appears.
UI action script contains below code:
action.setRedirectURL(current);
current.update();
Thanks,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 06:22 AM
Hi Rahul,
Add this line to the UI action script if not already.(oob version should have it)
action.setRedirectURL(current);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2015 07:38 AM
Hi Anurag,
As you said it contains the action.setRedirectUL(current) code in script.
Thanks ,
Rahul.