Forest Admin Cloud
  • What is Forest Admin?
  • How to Read This Doc?
  • Quick Start
  • Core Concepts
    • Agent
    • Data Sources
    • Collections
    • Views
    • Fields
      • Types
    • Relationships
    • Actions
    • Segments
    • Dashboards
    • Workspaces
    • Layouts
    • Roles & Permissions
    • Projects
    • Organizations
  • Native Modules
    • CRUD
    • Approval Workflows
    • Activity Logs
    • Notes
    • Inbox
  • UI Customization
    • Actions
    • Workspaces
    • Analytics
      • Metabase Integration
  • Code Customization
    • Getting Started
    • Actions
      • Context
      • Response
        • Data refresh
      • Form
        • Widgets
    • Fields
      • Filtering
      • Sorting
      • Validation
    • Relationships
    • Collections
      • Search
    • Charts
  • Security Modules
    • Roles & Permissions
    • SCIM User Provisioning
    • Single Sign On
    • Two-Factor Authentication
    • Auto-logout
    • IP Whitelisting
  • Data sources settings
    • SQL
    • MongoDB
    • Multiple Data Sources
    • Database Credentials
    • Schema Synchronization
  • Best Practices
    • Performance
Powered by GitBook
On this page

Was this helpful?

  1. Core Concepts

Fields

Last updated 1 year ago

Was this helpful?

This is the official documentation of Forest Admin Cloud.

A Field is a fundamental component that defines the structure and content of your Collections. Each field represents a specific attribute or piece of information related to the records within a Collection. Fields have types, each corresponding to a specific data format, allowing for diverse representations of information. The available field types include Boolean, Date and Time, Enum, JSON, Number, String, Uuid.

Additionally, each field type can be represented by a widget, determining how the data is displayed and interacted with in the admin panel. Widgets include options such as text area, image viewer, file uploader, checkbox, and more. By combining different field types and widgets, Forest Admin allows for a highly customizable and accurate representation of data.