Client Side Code logging ….

basantsoni
Kilo Guru

Hi Friends,

In Service Now, Do we have anything to checking logging of client scripts like Business Rules, UI/Data Policies? By logging technique we'll get to know which client scripts (java script) code is working or running by actions or events.

Regards,

Basant

6 REPLIES 6

Dhruv Chandan
Giga Guru

Hi Soni,



Apart from the methods mentioned above, you can use "alert" to check where all the script is executing.



Example"


  • alert("Hello World"); Will pop up a window with "Hello World" and an 'OK' button.


Hope this helps.



Regards,


Dhruv Chandan


Atul Kumar2
Giga Guru

Hi Basant,



Console debugging of any browser is place to look for client action.



Regards,


Atul Kumar