- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 06:29 AM
Hi all,
I'd like to add an information message to the top of my "Change" form for our ITIL users who raise Changes. I know I can use the following code to display the blue banner with a message:
g_form.addInfoMessage('test');
but its the formatting I'm trying to achieve with lists, bullet points etc. Ideally I'd like to add something very similar to the info message that shows at the top of the "UI Policy" form (see attached). Can somebody point me in the right direction please?
Thanks,
Mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 10:31 AM
Hi @MarkK3
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 05:07 AM
Thank you both for your answers @SanjivMeher and @Dr Atul G- LNG . I'll likely try the code for populating the description field with the list of information.