This repository contains sample code illustrating the ServiceNow SDK and Fluent language. You can read, play with or adapt from these samples to create your own application.
- node v20+
git clone https://github.com/ServiceNow/sdk-examplesnpm run ito install all dependencies on samples (optional can run individually)code <sample directory>to open one of the sample projects, e.g. hello-world-samplenpm run buildto build any of the sample projects if desired
| Sample Name | API & Contribution |
|---|---|
| ACL | ACL example |
| Application Menu | Application Menu example |
| Business Rule | Business Rule example |
| Client Script | Client Script example |
| Dependencies | Use table dependencies example |
| Hello World | Basic sample application |
| List | List example |
| Scripted Rest API | RestApi simple example |
| Cross-Scope Module | How to call module cross-scope |
| Record | Record example |
| Tables | Tables API sample |
| Automated Test Framework | ATF test sample |
| React UI Page Typescript | React Typescript sample |
| Service Portal | Service Portal sample |
| UI Action | UiAction sample |
| Script Action | ScriptAction sample |
| Script Include | ScriptInclude sample |
| UI Page | UiPage sample |