The CreatorCon Call for Content is officially open! Get started here.

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

InsideDSpace
Giga 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

1 REPLY 1

Vegard S
Kilo Sage

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