is there a server side script like ctrl + alt + shift + j to be runned on the current record?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 03:26 AM
Hi, is there a server side script functionality in servicenow like
ctrl + alt + shift + j for client script
to be runned in the currect opened record?
Thanks,
Tadz

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 03:27 AM
you can use background script
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 03:31 AM
Yeah, but there is no option just like ctrl + alt + shift + j?
In background script we cannot refer to the current record right?
we need to gliderecord first?
Thanks,
Tadz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 12:45 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 01:31 PM
Hello Cris,
For Server side, I would recommend script debugger. Please refer the blow blog for more info
JavaScript Debugger in Detail by dave.slusher
I hope this helps