2. Create Records and Fields

  1. Set up an Instance of Clevero
  2. Create Records and Fields
  3. Create an Entry Layout
  4. Create a Navigation
  5. Create a View of Records

Overview

Records are the foundation of your solution. Each record represents a type of data you want to manage, like Customers, Deals.

For this guide, we're going to create:

  • Record: Customers → Fields: Name, Email, Phone
  • Record: Contacts → Fields: First Name, Last Name, Full Name, Phone, Email, Customer
  • Record: Deals → Fields: Deal Name, Customer, Main Contact, Expected Close Date, Details

Video Walkthrough


Step by Step

Step 1 - Create a New Record

  1. Open ⚙️ SettingsSystem Settings (bottom-left of your screen).
  2. Select Records from the menu. This section shows all existing records in your instance.
  3. Click + New Record (top-right corner).
  4. Enter a Name and choose an Icon.
  5. Click Submit and Configure to create the record.

Step 2 - Add Fields to Your Record

  1. From the Records, select Fields in the left-hand menu.
  2. Click + Add Field (top-right) to begin adding fields.
  3. Enter:
    1. Field Name (e.g. Name)
    2. Data Type (e.g. Text)
    3. (Optional) Placeholder, Tooltip, Default Value
  4. Click Save to add the field.
  1. Repeat this process for any additional records/fields you want in your CRM.
📘

Info

To get a better understanding see: Creating Custom Records

Step 3 - Example Records

We're going to go ahead and add more fields and records. Here’s how your setup should look after adding fields:

Our Customers record with 3 fields
Our Contact record with 6 fields
Our Deals record with 4 fields

Step 4 - Link Your Records

Now let’s connect them so your CRM works as one system:

➡️ DealsCustomers → track which customer each deal belongs to

➡️ ContactsCustomers → see all people under each customer


Select your selected field, and configure:

SettingDescription
Data TypeField types that link records together include Selects, Multiple Choice, Multi Select, and Radio Buttons.
Uses Record/ListDetermines which list should be displayed in that field.
Field to DisplayThe field value that will appear in the dropdown or buttons when rendered.
Display entries on parent recordToggle ON to show related entries (e.g., Deals/Contacts) on the Customer record.
📘

Info

For more details, learn more in Creating Fields



What’s Next

We've now created Records and Fields, but nothing will be shown. We’ll design layouts to make your data easier to use.