How to disappear info message after 5 seconds on portal page?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 06:58 AM
There is one portal page. After saving or approving the case record, it is showing few info messages. I want to make those messages disappear after 5 seconds.
Is there any way? Please let me know.
Thanks in advance,
Pooja Devkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 10:37 AM
In System properties table - glide.service-portal.notification_timeout.seconds
check the below article:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0713722
…………………………………………........................................................................................
Mark it helpful 👍and Accept Solution ✅!! If this helps you to understand.
…………………………………………........................................................................................
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 11:07 AM
Not working. Tried this before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 11:21 AM
Hi @Pooja M Devkar ,
Add below line in script:
window.setTimeout(hideFieldMessages, 5000);
Plz mark my solution as Accept, If you find it helpful.
Thanks & Regards,
Sumanth meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 12:53 PM
In which script? Client script or server side script of widget? Please let me know.