- Primary field
- The one field per table used as the record's human label, shown in chips, mentions, and share links.
- Record ID
- Immutable rec_xxxxxxxx identifier assigned on insert. Safe for URLs, formulas, and integrations.
- Relation
- A typed link from a row in one table to one (relation_one) or many (relation_many) rows in another.
- Back-reference
- The reverse side of a relation. If A links to B, B's drawer shows A under 'Linked from'.
- Lookup
- A read-only field that pulls a value from a linked record, e.g. order.customer_tier.
- Rollup
- An aggregation across a relation_many target field. Count, Sum, Avg, Min, Max, or Percent complete.
- Formula
- A computed field expressed over local, lookup, and rollup values. Resolved in up to five passes.
- Junction table
- A table whose rows represent the link between two parents, with extra metadata. Order Items between Orders and Products.
- Delete rule
- Per-relation policy that runs when a referenced record is removed: Restrict, Cascade, or Nullify.
- View
- A saved configuration of filters, sort, hidden columns, group, and surface (Grid, Kanban, Calendar, Dashboard).
- Share token
- Opaque string that grants scoped, read-only access to a record, view, table, workspace, or report.
- Workspace
- A grouped set of tables, views, dashboards, forms, and members with shared permissions.