Can anyone explain what is ServiceNow SDK in simple terms?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 01:05 AM - edited 03-12-2025 03:26 AM
Can anyone explain what is ServiceNow SDK in simple terms? What all can we done using it?
Can I build an end-to-end custom app using SDK (everything built outside ServiceNow) and deploy it to ServiceNow?
This is what document mention
ServiceNow SDK ServiceNow SDK enables developers to create scoped applications in source code locally in Visual Studio Code Desktop and upload changes to a ServiceNow instance. You can also use the ServiceNow SDK to create JavaScript modules and use third-party libraries.
So using SDK in VS code, can we build custom apps from scratch? like creating tables, adding business logic to it like business rule, client script, ACLs etc? everything outside ServiceNow and then finally commit the app in the Instance at the end?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 02:02 AM
Hi @Suggy
This is my understanding
Imagine you're building an app on your computer using Visual Studio Code. With the SDK, you can test the app locally, add extra tools, and then send it to a non-production version of ServiceNow to make sure everything works before it goes live.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2025 05:40 AM
Hello Atul, thanks for replying.
Let me hear it from core developers 🙂
Any developers aware of this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2025 05:42 AM
Yes mate.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 02:09 AM
Anyone?