Field watcher in Next Experience

Eivind Sandnes
Tera Contributor

Is there a secret way of making the Field Eatcher work in Next Experience?

My client is on SD Patch 3 but the watcher doesn't pop up like it used to.

Even clicking the bug-icon as stated here doesn't work: https://docs.servicenow.com/en-US/bundle/sandiego-application-development/page/script/debugging/concept/c_FieldWatcher.html

Is this a known error?

9 REPLIES 9

Sagar Pagar
Tera Patron

Hi @Eivind B. Sandnes,

To enable the field watcher in San Diego instances, you have to switch back to UI16.

You can switch back to UI16 through toggle button "Disable Unified Navigation". You can enable this by enabling the system property - glide.ui.polaris.on_off_user_pref_enabled

 

find_real_file.png

 

For more details. please go through my article - Enabling Toggle button to switch Next experience UI

 

Thanks,
Sagar Pagar

The world works with ServiceNow

Eivind Sandnes
Tera Contributor

It still doesn't make the watcher show in Next but it is a nice workaround for troubleshooting.

Thanks!

Hi @Eivind B. Sandnes,

 

Once you switch back to UI16, you can enable the Field watcher in developer options.

find_real_file.png

 

Thanks,
Sagar Pagar

The world works with ServiceNow

But it doesn't stay enabled once you switch back to Next, which is what I want. Does it on your instance?