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.
git clone https://github.com/ServiceNow/sdk-examples
pnpm install
code <sample directory>
to open one of the sample projects, e.g. hello-world-samplepnpm run build
to build any of the sample projects if desired
Sample Name | API & Contribution |
---|---|
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 |