Skip to content

Step 4: Create Business Objects

With your database structure confirmed, the AI now generates Business Objects (BOs), including their fields, join definitions, and associated metadata.

BO Screen Overview

  1. BO Information: Each table generates one BO. BOs include a name, description, and the associated table.

  2. BO Fields: Created from the table’s columns.

  3. Join-based Fields: These are fields sourced from joined tables and include additional information like the target table and join type.

  4. Managing Menu Icons: Hover over a BO row to reveal edit and delete icons.

Editing BOs

  1. Click a BO to enter edit mode and make changes to its metadata or fields.

  2. Add Fields: You can add BO Fields or Join Fields from the associated table only.

  3. Create New BOs: Add additional BOs using tables confirmed in the previous step.

  4. Prompt-based Editing: Use a prompt to modify BO structures and fields in bulk.

Finalizing BOs

  1. Click Regenerate to recreate BOs from the confirmed table structure. This will discard manual edits.

  2. Click Confirm BOs to finalize this step. The system will automatically generate the following components:

    • ToolbarList Components
    • ToolbarForm Components