Finding JSLOG in Sandiego!

J_31
Kilo Sage

How do we enable jslog and fieldwatcher in Sandiego as we don't see the developer tab?

9 REPLIES 9

Community Alums
Not applicable

Hi @Jayanthi ,

Here is the doc you can follow and enable : https://docs.servicenow.com/bundle/sandiego-application-development/page/script/debugging/concept/c_...

The steps to access the JavaScript debug window depend on which UI version you are using.

Procedure

  1. Open the JavaScript debug window by navigating to the appropriate location for your version of the UI.
    UI16
    1. Click the gear icon in the banner frame.
    2. Click the Developer section.
    3. Toggle the JavaScript Log and Field Watcher switch.
    UI15
    1. Click the gear icon in the banner frame.
    2. Click JavaScript Log and Field Watcher.
    UI11 Click the debug icon (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.
  2. Click a tab to use one of the debug window features.
    • JavaScript Log
    • Field Watcher

 

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

can you check if we can see the developer section in gear icon? I dont find it!

Nice and detailed explanation by both @Community Alums  and @Maik Skoddow 

Maik Skoddow
Tera Patron
Tera Patron

Hi @Jayanthi 

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