Opadeez Help Center

System Includes

System Includes Configuration

System Includes interface showing how to add reusable components from other systems

Overview

System Includes enable configuration reusability across solutions by allowing you to incorporate pre-built functionality from other Opadeez systems. This powerful feature eliminates the need to rebuild common components like user management, authentication, or shared business logic.

Key Benefit: System Includes promote code reuse, reduce development time, and ensure consistency across multiple applications.

How System Includes Work

Component Reusability

When you include a system, you gain access to all its components:

Namespace Management

Prefixes prevent naming conflicts and organize included components:

Configuration Steps

Step 1: System Selection

System Field: Choose the system to include from the dropdown list

Step 2: Prefix Definition

Prefix Field: Define a unique identifier for accessing included components

Common Use Cases

UserManagement System

The most common system include, providing complete user authentication:

Configuration

Available Components

Benefits

Shared Business Logic

Include systems containing common business rules or calculations:

Industry-Specific Modules

Leverage specialized functionality for your industry:

Working with Included Components

Accessing Entities

Use included entities in your data models:

Referencing Flows

Call included flows from your business logic:

Using Menus

Incorporate included menus into your navigation:

System Import Process

When to Import

Import systems when they're not available in your Studio:

Best Practices

Prefix Naming

Version Management

Dependency Management

Troubleshooting

Common Issues

System Not Available

Prefix Conflicts

Version Incompatibility

Related Topics

Pro Tip: System Includes are one of Opadeez's most powerful features for building scalable, maintainable applications. Start with UserManagement and gradually include other specialized modules as your application grows.