Controlling and formatting Info Messages in service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2022 11:18 PM
We need to understand what options we have for controlling 'info Message' in the service portal. Can we control any of the following:
1) How long it is displayed before automatically disappearing
2) Automatically disappearing
3) Maximum number to display at one time
4) Color / formatting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2022 11:34 PM
You can control the durations the info and error messages persists in the portal by changing this property:
glide.service-portal.notification_timeout.seconds
If 0 it disables auto-dismissal.
About the color / formatting, it can be targeted with CSS in the portal theme. To my knowledge I don't think you can have a maximum number to display at one time.
Best regards,
Sebastian Laursen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 01:15 AM
Thanks Sebastian.
Just to check, do you have an example of "CSS in the portal theme" to change the Color and Formatting for the info messages?
Regards!!
Pankaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2022 01:59 AM
Depending on the usage, so e.g. on Success you could change it like this (just examples):
.alert-success {
color: black;
Best regards,
Sebastian Laursen