Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

"Some Fields Are Incomplete" Alert message override

Christian Graab
Giga Expert

I would like to edit this alert message: 

find_real_file.png

But I simply cannot find out where this message is generated from. 

I have looked everywhere from UI Actions, UI Policies, The Widget Itself, Script Includes, System UI --> Messages, Business Rules and so forth, 

The form i have tested is the OOB Incident form found at https://<YOUR-INSTANCE-NAME>.service-now.com/sp?id=form&table=incident

So my question is how this is generated and how i can edit it? 

1 ACCEPTED SOLUTION

Chris Sanford1
Kilo Guru

It would appear they have hard-coded it into an embedded HTML script that loads with all portals. Look at this screenshot, taken from the source of this very page, which is itself a ServiceNow portal:

find_real_file.png

 

So yeah, maybe you could try overriding g_mandatory_field_msg in a custom portal widget?

View solution in original post

6 REPLIES 6

Hi Christian,

 

I have tried the same solution on cloned version of SC Catalog item widget. I wasn't successful with it. Could help me how to load it.

 

Thanks,

Murali Pasikanti

Can you explain it more easily?