Skip to main content

What is the data model?

The data model defines the types of data your workspace tracks. Each type of data is called an object — for example, Accounts, Users, Subscriptions, and Companies are all objects. Each object contains records (individual entries) and properties (fields that describe each record). You can customize your data model to match how your business works.
Data model page showing Primary Customer Object selector and a table of objects including Accounts, Users, Subscriptions, Companies, and Feedback with their types, properties, relationships, and record counts

Viewing and configuring objects

  1. Go to SettingsData.
  2. You will see a list of all objects in your workspace (Accounts, Users, Subscriptions, etc.).
  3. Click any object to open its configuration.

Object settings

When you open an object, you can configure the following:
SettingDescription
Display namesSet the singular and plural names for the object (e.g., “Account” and “Accounts”)
Label propertiesChoose which fields display as the record name throughout Bigdelta
Icon propertySelect a property to use as the visual icon for records

Adding custom properties

Properties are the fields that make up each record. To add a new property to an object:
  1. Open the object from SettingsData.
  2. Click Add Property.
  3. Choose a name and select the property type.
  4. Configure any additional options for the property.

Creating custom objects

If the built-in objects do not cover your needs, you can create your own:
  1. Go to SettingsData.
  2. Click Add Object.
  3. Set the object name and configure its properties.
Custom objects work just like built-in objects — you can create views, build reports, and set up automations with them.

Property types

The following property types are available when adding fields to an object:
Property typeDescription
TextFree-form text field
NumberNumeric value
CheckboxTrue/false toggle
SelectDropdown with a single choice
Multi-SelectDropdown with multiple choices
StageUsed for board views to organize records into columns
DateDate picker
Date and TimeDate and time picker
CurrencyMonetary value with currency symbol
EmailEmail address
Phone NumberPhone number
Full NameFirst and last name
LocationGeographic location
DomainWebsite domain
Link HandleURL or link reference
Image/ThumbnailImage upload or thumbnail
Time ZoneTimezone selector
MemberReference to a workspace team member
RelationLink to a record in another object
The Stage property type is required if you want to use board views for an object. Make sure to add one before switching to a board layout.