Feedback
Last date modified: 2025-Feb-20
Tutorials for extending RelativityOne
These tutorials cover the basics of writing code (hosted on the Relativity Platform) that extends the standard functionality provided by RelativityOne.
| Tutorial | Concepts covered |
|---|---|
| Set up your developer environment | Learn how to set up a developer environment to get started with writing code that extends RelativityOne. |
| Build your first Relativity application in the UI | Create a simple Relativity application that includes two Relativity Dynamic Objects (RDOs) with a many-to-many relationship, and then export the application as a RAP file that you can use to install the application in another workspace. |
| Build your first custom page | Create a simple custom page available from an external tab in Relativity. |
| Build your first event handler | Create a simple event handler that updates the Name field on a Relativity Dynamic Object (RDO). |
| Build your first agent | Create a simple agent that raises the message: Hello World! The current time is: <time>. |
| Storing and using external API credentials | Learn how to connect to APIs hosted outside of RelativityOne from an extensibility point (agent, event handler, Custom Page, or Kepler API) and pass credentials to the external API. |
On this page