https://github.com/servicenow/sdk-examples
Examples of the ServiceNow SDK
https://github.com/servicenow/sdk-examples
Last synced: 5 months ago
JSON representation
Examples of the ServiceNow SDK
- Host: GitHub
- URL: https://github.com/servicenow/sdk-examples
- Owner: ServiceNow
- License: mit
- Created: 2024-09-13T18:22:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-29T17:03:22.000Z (5 months ago)
- Last Synced: 2025-09-29T18:31:54.187Z (5 months ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 34
- Watchers: 6
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ServiceNow SDK Samples
This repository contains sample code illustrating the [ServiceNow SDK](https://docs.servicenow.com/csh?topicname=servicenow-sdk.html&version=latest) and Fluent language. You can read, play with or adapt from these samples to create your own application.
## Prerequisites
- [node](https://nodejs.org/en/) v20+
## Usage
- `git clone https://github.com/ServiceNow/sdk-examples`
- `npm run i` to install all dependencies on samples (optional can run individually)
- `code ` to open one of the sample projects, e.g. hello-world-sample
- `npm run build` to build any of the sample projects if desired
## Samples
| Sample Name | API & Contribution |
| ------------------------------------------------------------- | ------------------------------ |
| [ACL](acl-sample/README.md) | ACL example |
| [Application Menu](applicationmenu-sample/README.md) | Application Menu example |
| [Business Rule](businessrule-sample/README.md) | Business Rule example |
| [Client Script](clientscript-sample/README.md) | Client Script example |
| [Dependencies](dependencies-sample/README.md) | Use table dependencies example |
| [Hello World](hello-world-sample/README.md) | Basic sample application |
| [List](list-sample/README.md) | List example |
| [Scripted Rest API](restapi-sample/README.md) | RestApi simple example |
| [Cross-Scope Module](sys_module-sample/README.md) | How to call module cross-scope |
| [Record](record-sample/README.md) | Record example |
| [Tables](table-sample/README.md) | Tables API sample |
| [Automated Test Framework](test-atf-sample/README.md) | ATF test sample |
| [React UI Page Typescript](react-ui-page-ts-sample/README.md) | React Typescript sample |