Service Portal 'your session has expired' alert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 12:07 PM
Hello community,
I am trying to figure out how to change the text in an alert message that appears on the Service Portal.
The alert is:
Your session has expired. Please login to pickup where you left off.
Click here to continue...
I have also attached a screen shot.
I want to change the text within the error message - where do I make this change?
Thank you,
Rachel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 12:26 PM
Hey @rachelconstanti ,
I believe it could be in one of the two places:
- Messages [sys_ui_message] table. Search your message ("Your session....") in the 'Message' column, OR
- Widget [sp_widget] table. Within the widget, the message may be hard coded, use an input from option, or use gs.getMessage. I am not sure which widget this is, if you can share the portal page ID, I can look into it further.
Hope it helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 01:29 PM
Hi James,
I looked in both places, and could not find it however I set this system property 'glide.amb.session.timeout.multisso_custom' to false which updated the language in the error to be
'Your session has expired. Please login again.'
This resolves what I was wanting to do, but would still love to know what table those errors are in.
Thank you for the quick response. Much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 01:55 PM - edited 02-08-2024 01:56 PM
Hi @rachelconstanti ,
I found an article that should answer your question.
In summary "message on this popup can be modified by creating a system UI Message with key as 'Your session has expired. Please login to pickup where you left off.'"
Please have a go and let me know how it goes.
FYI, the 'glide.amb.session.timeout.multisso_custom' property may need to be set to 'true'
Thanks!