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

g_form in UI Script

Jerome11
Tera Guru

We have a custom UI Page and custom UI Script. Is it possible to use g_form.addInfoMessage() to post a message on the UI Page? Is there something special that needs to be done to achieve this?

2 REPLIES 2

Jaspal Singh
Mega Patron
Mega Patron

Hi Jerome,

var g = new GlideForm();
g.addInfoMessage()

 

Additionally, check link

Jerome11
Tera Guru

Thanks for the suggestion, Jaspal. Didn't work in our situation.