- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2017 08:49 AM
Hi All,
I am using the demo instance of ServiceNow and is running on Istanbul build.
I am facing an issue of showFieldMsg when I set the scrollForm to true, but in SP it still did not scroll to the desired field although it was off-screen.
Below is a sample script I wrote in Catalog Client Script.
function onLoad() {
//Type appropriate comment here, and begin script below
g_form.showFieldMsg('test','a message to see if form will be scroll to here','error',true);
}
Is there any other workaround to scroll to the desired field?
using
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017 02:36 PM
Have a read and validate if this matches with your test case:
ServiceNow KB: g_form.showFieldMsg does not work with the Activity Formatter in UI16 (KB0564274)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017 02:36 PM
Have a read and validate if this matches with your test case:
ServiceNow KB: g_form.showFieldMsg does not work with the Activity Formatter in UI16 (KB0564274)