Finding JSLOG in Sandiego!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2022 08:28 AM
How do we enable jslog and fieldwatcher in Sandiego as we don't see the developer tab?
- Labels:
-
Script Debugger
- 1,971 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2022 08:35 AM
Hi
Here is the doc you can follow and enable : https://docs.servicenow.com/bundle/sandiego-application-development/page/script/debugging/concept/c_...
Procedure
- Open the JavaScript debug window by navigating to the appropriate location for your version of the UI.
UI16 - Click the gear icon in the banner frame.
- Click the Developer section.
- Toggle the JavaScript Log and Field Watcher switch.
UI15 - Click the gear icon in the banner frame.
- Click JavaScript Log and Field Watcher.
UI11 Click the debug icon ( ) in the banner frame.
The JavaScript debug window opens at the bottom of the screen. The tab that is currently active in the window is the last tab that was active when the window was closed. - Click a tab to use one of the debug window features.
- JavaScript Log
- Field Watcher
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2022 08:52 AM
can you check if we can see the developer section in gear icon? I dont find it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2024 03:04 AM
Nice and detailed explanation by both @Community Alums and @Maik Skoddow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2022 09:56 AM
Hi
do you have enabled the Next Experience (Polaris) in your instance? If so, you should disable it (set the system property glide.ui.polaris.experience to "false") and use the developer tools as usual.
Maybe ServiceNow will offer the field watcher also for the Next Experience later.
Kind regards
Maik