- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2018 05:09 AM
Hi All,
Not sure where exactly this info message is saved, I have search all client and server side scripting and message box in Service Now but unable to find it.
I get to see Number 1 whenever I modify the record at form level and click save or whenever I click on any UI action button.
I just want to remove it.
Regards,
Narmi
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2018 05:29 AM
You can also scroll down to the bottom of the form, locate this button:
After clicking the button, click on the "browser" link:
And you can see all the scripts running:
Click on one of the categories to see which script is running:
Please mark my response as helpful if it was accordingly. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2018 05:24 AM
Hi,
This is info message. Please search for addInfoMessage.
There could be a gs.addInfoMessage script in Business Rule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2018 05:29 AM
You can also scroll down to the bottom of the form, locate this button:
After clicking the button, click on the "browser" link:
And you can see all the scripts running:
Click on one of the categories to see which script is running:
Please mark my response as helpful if it was accordingly. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2018 06:57 AM
Hi,
Thank You, It was of help.
I figured out the info message was getting trigger from some other business rule not in the existing table but from a different table in which a record was getting inserted, as and when the form was saved.
Very strange.
Regards,
Narmi