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

Tadz
Tera Guru
Tera Guru

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

5 REPLIES 5

Harish KM
Kilo Patron
Kilo Patron

you can use background script


Regards
Harish

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


trdaniels
Tera Expert

Yes, ctrl+shift+j opens the javascript executor



javascript_executor.png


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

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


Script debugger



I hope this helps