Create configuration objects in Reltio IDE
Learn how to create configuration objects in Reltio IDE by adding them manually or through natural language prompts with AI-assisted authoring.
Reltio IDE adds objects to the local configuration file in both Reltio tenant-connected and Git-connected workspaces. In a tenant-connected workspace, apply the changes to the tenant when you are ready. In a Git-connected workspace, save the file, then commit and push your changes in your editor's Source Control view..
Reltio IDE supports two ways to create configuration objects such as entity types, relation types, and others:
- Add an object using the context menu, then complete its definition in the configuration file.
- Describe the object you want using natural language in your editor's AI assistant and have it generate the object for you.
AI-assisted authoring also creates supporting resources intelligently, such as the relation type required for a reference attribute.
Result
Your new configuration objects appear in the RELTIO IDE view under their object type, and their definitions are added to the local configuration file.
If you are connected to a Reltio tenant, you are ready to review and apply the changes to the Reltio tenant. If you work from a Git repository, review, commit, and push the changes through Source Control.
Validation
To confirm the objects were created:
- Expand your tenant or configuration in the RELTIO IDE view and confirm that the new objects appear under their object type.
- Confirm that the configuration shows no validation errors for the new objects.
- For a reference attribute created with AI-assisted authoring, confirm that the supporting relation type appears under Relation Types.