Client Side Code logging ….
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2017 09:53 PM
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
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 12:05 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 12:28 AM
Hi Basant,
Console debugging of any browser is place to look for client action.
Regards,
Atul Kumar