Create Mensage Notification

Otavio_Jordao
Tera Contributor

Hello Everyone, 

I would like help creating a confirmation message in a record producer.

 

1 - It should appear whenever the form is submitted.

2 - The message must contain "example" text...

Message Notification.PNG

 Thanks a lot.

2 ACCEPTED SOLUTIONS

Hemanth M1
Giga Sage
Giga Sage

Hi @Otavio_Jordao ,

 

Go to the record producer add the info message as below

HemanthM1_0-1722940756816.png

 

Output:

HemanthM1_1-1722940787974.png

 

 

Hope this helps!!!

 

 

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

View solution in original post

Hi @Otavio_Jordao ,

 

yes, we can try this

var message = '<font size="5">Your request has been submitted successfully.</font>';
gs.addInfoMessage(message);

 

Output:

HemanthM1_0-1722947915786.png

 

 

Hope this helps.

 

 

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

View solution in original post

3 REPLIES 3

Hemanth M1
Giga Sage
Giga Sage

Hi @Otavio_Jordao ,

 

Go to the record producer add the info message as below

HemanthM1_0-1722940756816.png

 

Output:

HemanthM1_1-1722940787974.png

 

 

Hope this helps!!!

 

 

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

@Hemanth M1 

 

Hello, thank you very much for your help.

Would it be possible to adjust the message size within this script?

Hi @Otavio_Jordao ,

 

yes, we can try this

var message = '<font size="5">Your request has been submitted successfully.</font>';
gs.addInfoMessage(message);

 

Output:

HemanthM1_0-1722947915786.png

 

 

Hope this helps.

 

 

Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025