The goal of the Creator Innovation Gallery is to provide practical examples for building dynamic, intuitive interfaces with ServiceNow UI Builder.
The Comparator example relies on versions of a Knowledge Base (KB) article. To use this example, the Knowledge Management Advanced plugin must be installed. This free plugin provides advanced features for Knowledge Management, including version control and subscriptions.
- Initial release with four UI examples.
- Added a missing ACL that was not packaged with the initial application version.
- Added a new example: Trigger Notifications
- Added a new example: Stage Tracking
- Fixed duplicate content in Notifications Example.
- Added a new example: Link.
- Added KB article for the comparator example.
- Added a new example: Kanban Board.
- Updated text and images for existing examples.
- Added a new example: Visualizing Relationships: Node Map.
Follow these steps to get the UIB-Examples running on your local ServiceNow instance:
- Fork or clone this repository to get your own copy.
- If not already set up, create a GitHub credential in your ServiceNow instance. Learn how.
- Import the project into your ServiceNow App Engine Studio.
To get the latest version, update your fork. In App Engine Studio:
- Open the application.
- Click on "Source control."
- Select "Pull from repository."
Each example in this repository is self-contained and, whenever possible, includes detailed comments explaining the implementation steps and best practices. Navigate through the examples to learn how to use and customize UI Builder components, layouts, and functionalities.
We welcome contributions! If you have examples or improvements, feel free to create a pull request. For major changes, please open an issue first to discuss your proposal.
- Install the application in your ServiceNow instance.
- In App Engine Studio, select "Create branch."
- Commit your changes.
- Push to the branch.
- Open a pull request.
This project is open source and available under the MIT License.