Dynamic Resources
What it is
A Dynamic Resource is a user-defined record type — essentially a custom table. An operator creates a Dynamic Resource by naming it and defining columns, and Hub instantly provides a full CRUD interface, list views, and agent tools.
When to use it
Use Dynamic Resources when you need to track a custom record type that doesn't fit the built-in entities. For example, you might create a "Deal Pipeline" resource, a "Risk Register" resource, or a "Training Records" resource.
Where to find it
Dynamic Resources are managed in the Tenet admin space. Navigate to Ontology or Administrator settings and look for Dynamic Resources.
How it works
Creating a resource:
- In Tenet, go to Dynamic Resources.
- Click New resource.
- Enter a name and description.
- Add columns by defining custom attributes for the resource.
- Click Create.
Using a resource:
- Open the resource's list view.
- Click New record to add a row.
- Fill in the columns based on the defined attributes.
- Click Save.
- View, edit, or delete records as needed.
Dynamic Resources appear in the Space's explorer and can be queried by Agents, so you can build automations around them.
Related
- Custom Attributes — define columns
- Agents — automate resource management
- Data Tables — view and edit resource records
- Creating a Custom Table — step-by-step guide