In this section, we dive deeper into the Manage Tenant Connections feature, which is used to create and configure tenant-specific connections within the Universal Model. This functionality allows for flexible and environment-specific data routing, ensuring that development, testing, and production environments can have separate configurations yet remain consistent in their naming and structure.

Purpose of Manage Tenant Connections
The Manage Tenant Connections application is integral for establishing connections that are tailored to specific tenants. This feature ensures that connections can be environment-specific, such as development (Dev), quality assurance (QA), and production (Prod), while maintaining uniform connection names across these environments.
Steps to Set Up Tenant-Specific Connections
Step 1: Create a Connection in Development Environment
Initial Setup in Development:
Navigate to the Manage Tenant Connections application.
Create a new connection, giving it a meaningful name, such as demoIbhc.
Specify the connection type, for instance, a HANA connection.
Point this connection to the appropriate schema used in the development environment, such as UN_demo_schema_dev.
Step 2: Replicate Connection in QA Environment
Set Up Connection in QA:
Switch to the QA environment within the Universal Model.
Access the Manage Tenant Connections application within QA.
Create the same connection using the exact name as in development (demoIbhc).
However, point this QA connection to the QA-specific schema, such as UN_demo_schema_qa.
Step 3: Configure Universal Model to Use Tenant-Specific Connections
Configuring Readers and Writers:
Within your Universal Model configurations, when setting up readers and writers, you can specify whether to use tenant-specific connections.
Look for a checkbox labeled Use Tenant Connection.
By selecting this checkbox, the system refers to the tenant-specific connections defined in Manage Tenant Connections rather than the global connection settings.

