[Release - Zurich Blog]: Colorful Form Message in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Everyone,
With the Zurich release, ServiceNow has introduced a great enhancement for form messages. Now, developers can display different types of messages directly on forms with color-coded highlights. This makes it easier to guide users and improve the overall form experience.
Syntax
g_form.addLowMessage("...");
g_form.addModerateMessage("...");
g_form.addHighMessage("...");
g_form.addSuccessMessage("...");
I also tried these out in Zurich and recorded a short demo with use case:
https://youtu.be/dIVFoMocGz0?si=SzbncJGqv9Y1bG3y
Let me know what you think of these new APIs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
How is the support for Service Portal?
It seems it sends up an alert box instead for these new ones.