Working with Field Watcher
FieldÂ
Watcher
is a very efficient way to drill down troubleshooting to the form field level. With Field Watcher, you can view all the actions (UI policy, client script, business rules, and so on) which are being performed on the form.
Getting ready
To step through this recipe, you should have an active Service-Now instance and valid credentials with an admin role.
How to do it...
- Open any standard web browser and type the instance address.
- Log in to the instance using the credentials.
Â
- Click on the
settings
icon, as shown here:
Settings icon
- Now you will be able to see the following pop-up screen, where you need to go to the
Developer
tab and turn onJavaScriptÂ
LogÂ
andÂ
FieldÂ
Watcher
, as shown here:
- Once the
JavaScriptÂ
Log
andFieldÂ
Watcher
field is turned on, you will able to see theJavaScriptÂ
Log
andFieldÂ
Watcher
sections at the bottom of the page, as given here:
Debug window
Â
FieldÂ
Watcher
provides the functionality to view what component is exactly working on form fields...