Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

[Release - Zurich Blog]: Colorful Form Message in ServiceNow

InsideDSpace
Tera Contributor

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

In this video, I'm showing the new form messages in the Zuric release of ServiceNow using the Incident form. You'll see how different messages appear each with its own color and style. #ServiceNow #ServiceNowZurich #ZurichRelease #FormMessages #ServiceNowDeveloper #WhatsNewInServiceNow
1 REPLY 1

Vegard S
Mega Sage

How is the support for Service Portal? 
It seems it sends up an alert box instead for these new ones.