
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
07-08-2019 12:41 AM - edited 09-23-2023 03:24 AM
Installation procedure.
1. Install VS code extension – [ sn-scriptsync].
2. Create a new folder with the name “sn-scriptsync" under Documents directory.
3. Install “ServiceNow Utils” – browser extension in Chrome or Firefox browser.
4. Enable ServiceNow Utils in the browser.
5. Click on Open ScriptSync Helper Tab. It will create a web socket connection between your instance and the VS code.
6. Click on the new button provided by browser extension which opens code in vscode. After saving code in VS code editor, WebSocket connection updates the code in an instance. And it will be captured in the update set.
My Articles:
1. Useful Number methods in JavaScript
2. Service-Now Client Script APIs
- 7,929 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
how to install in Google Chrome or Firefox browser

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Install SN Utils browser extension i the chrome and Firefox browsers
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi All,
Can you try the official ServiceNow Vs Code Extension.
https://marketplace.visualstudio.com/items?itemName=ServiceNow.now-vscode
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
This video helped me to set up and use that extension: https://www.youtube.com/watch?v=vCQ-PtQYnGU
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@Kundan Thakur, when trying the official one, I had trouble to set it up. I didn't know where to find the client ID and client secret for our OIDC authentication. This one is pretty simple to use, doesn't require you to set up credentials at all.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@Kundan Thakur You can go with basic auth with user name (email id) and the password for your profile
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi @MichelSamia and @raja_4m ,
Please check this article and ServiceNow Documentation for Oauth:
- https://www.servicenow.com/community/itsm-forum/how-to-know-my-instance-client-secret-and-client-id/...
- https://www.servicenow.com/docs/bundle/washingtondc-platform-administration/page/administer/notifica...