Docs
Ucode Docs - English
Ucode Docs - English
  • User Guide
    • Overview
      • Admin Panel
      • Quick-Start
        • Profile
          • Language
          • Profile setting
          • Log out
      • Glossary
    • Menu
      • Manage setting
      • AI chat
    • Table
      • Overview
      • Create Table
      • Edit & Delete Table
      • Table setting
        • Main Setting
        • Layout
    • Items
      • Create Items
      • Update Items
      • Delete Items
    • Field & Relation
      • Field
        • Overview
        • Create Field
        • Update Field
        • Delete Field
        • Setting Field
          • Schema
          • Validation
          • AutoFill
          • Show & Hide
        • Field Type
          • Text Field
          • Number Field
          • Date Field
          • Dropdown Field
          • Toggle Field
          • Formula Field
          • Relation Field
          • Person Field
          • File Field
          • Map Field
          • Email Field
          • Password Field
          • Link Field
          • Button Field
          • Increment ID Field
          • JSON Field
          • International Phone Field
          • Icon Field
          • QR Field
          • Color Field
      • Relation
        • Overview Relation
        • Create Relation
        • Update Relation
        • Relation types
        • AutoFilter
    • Views
      • Table View
        • Filter
        • Search
        • Fix Col's
        • Tab Group
        • Columns
        • Group
        • Import & Export
      • Calendar View
      • Timeline View
      • Board View
      • Tree View
      • Website View
    • Table Permission
      • RBAC
      • Autofilter
    • Setting
      • Project setting
      • Activity Log
  • Developer Guide
    • Getting Started
      • Introduction
      • Quick-Start
      • Architecture
      • Help & Support
    • Setting
      • Project Setting
      • Permission
      • Resources
      • API
      • Data
      • Code
      • Activity Log
    • API reference
      • Files
        • Folder upload
      • Invoke function
      • Items
        • Aggregation
        • Multiple insert
        • Multiple update
        • Upsert many
      • Auth
        • Forgot password
        • Login
          • With option
        • Logout
        • Refresh
        • Register
        • Reset password
        • Send code
Powered by GitBook
On this page
  1. User Guide

Items

PreviousLayoutNextCreate Items

Last updated 6 months ago

Items represent the individual entries or records within a collection (table) in your project. They are the core data points that populate the fields and structure defined by your collections. Each item corresponds to a row in a database table, with its values organized according to the fields (columns) specified in the collection.

Key Features of Items

  1. Flexible Data Management: • Items can store a wide variety of data types, such as text, numbers, dates, files, and relationships. • Each item adheres to the schema defined by its collection fields.

  2. Create, Edit, Delete: • You can add new items, edit existing ones, or delete items directly within the interface. • Changes are reflected immediately in your data model.

  3. Field-Specific Input: • Input fields in the item editor are tailored based on the field types defined in the collection (e.g., text, number, date pickers).

  4. Relationships: • Items can reference other items from related collections, supporting M2O, O2M, and M2M relationships.

  5. Validation and Constraints: • Field-level validation ensures data integrity while creating or updating items.

Use Cases

• Dynamic Data: Manage dynamic content such as blog posts, user profiles, product listings, or orders.

• Relational Data: Link items across collections for more complex data models, such as connecting users to orders or cities to countries.

• Custom Operations: Extend functionality with custom fields, filters, and actions applied to items.

The Items section empowers users to manage the content and data stored in their project seamlessly, ensuring a structured and consistent approach to data handling.

Create Items
Update Items
Delete Field