Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-16-2021 10:46 PM
Hello all,
Is there a way to make the font size bigger and stay on screen longer in the addInfoMessage(), please let me know how to achieve this.
Thanks in advance,
Akhil.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-16-2021 10:54 PM
Example
BR:
(function executeRule(current, previous /*null when async*/) {
// Add your code here
var message = '<font size="7">My Message</font>';
gs.addInfoMessage(message);
})(current, previous);
Output:
Regards
Ankur
Regards,
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-22-2023 06:12 AM