Auxx.ai
Custom Entities

Custom fields

All field types available in Auxx.ai — text, number, select, relationship, calculated, and more — with per-type settings.

Custom fields define what data an entity stores. Each entity can have as many fields as you need, and each field has a type that determines what kind of data it holds and how it's displayed.

Where to manage fields

Go to Settings > Custom Entities & Fields, then click an entity to open its detail page. All fields for that entity are listed here. You can add new fields, edit existing ones, reorder them with drag-and-drop, and toggle their active state.

Entity detail page showing Appearance settings, display field preview, and a list of fields with drag handles

Field types

Auxx.ai supports 22 field types, organized into groups:

Basic

TypeDescription
TextSingle-line or multi-line plain text
NumberNumeric values with optional formatting
CheckboxBoolean yes/no toggle

Text formats

TypeDescription
EmailEmail address with validation
URLWeb address with validation
PhoneInternational phone number with country code

Date & time

TypeDescription
DateDate picker
DateTimeDate and time picker
TimeTime-only picker

Selection

TypeDescription
Single SelectChoose one option from a list
Multi SelectChoose multiple options from a list
TagsFreeform keyword tags

Complex

TypeDescription
Structured AddressMulti-part address (street, city, state, zip, country)
CurrencyMonetary values with currency formatting
FileFile upload/attachment
Rich TextFormatted text with an editor
NameCompound first and last name
RelationshipLink to records in another entity (see Relationship fields)

Advanced

TypeDescription
CalculatedFormula field computed from other fields (read-only)
ActorAssign users or groups to a record
JSONArbitrary JSON data

Create a field

  1. Open an entity's detail page in Settings > Custom Entities & Fields
  2. Click Add Field
  3. Choose a field type
  4. Enter a name and optional description
  5. Configure type-specific settings (see below)
  6. Click Save

Create Field dialog with field type selector, name, description, required and unique toggles

The field type picker groups all available types by category:

Field type picker showing grouped field types — Basic, Text Formats, Date & Time, Selection, Complex, and Advanced

Common field settings

Every field has these settings:

SettingDescription
NameDisplay label for the field
DescriptionOptional helper text shown below the field
RequiredWhether the field must have a value when creating a record
UniqueWhether values must be unique across all records
Default valuePre-filled value for new records
IconOptional icon displayed next to the field name
ActiveToggle field on/off without deleting it

Type-specific settings

Select fields (Single Select, Multi Select)

Configure the list of options. Each option has:

  • Label — display text
  • Value — stored value (auto-generated from label)
  • Color — choose from 10 available colors
  • Icon — optional icon

Currency

  • Currency code — e.g., USD, EUR, GBP
  • Decimal places — number of decimal digits
  • Display type — show as symbol ($), name (US Dollar), or code (USD)

File

  • Allow multiple — whether multiple files can be attached
  • Max files — limit on number of files
  • Allowed types/extensions — restrict accepted file formats

Number

  • Decimals — number of decimal digits
  • Grouping — thousands separator
  • Display as — number, percentage, compact notation, or bytes
  • Prefix/suffix — text before or after the value

Date

  • Format — short, medium, long, relative, or ISO
  • Time format — 12-hour or 24-hour (for DateTime fields)

Checkbox

  • Style — icon only, text only, or icon with text
  • True/false labels — custom text for checked/unchecked states

Phone

  • Format — raw digits, national, or international

Actor

  • Target — users, groups, or both
  • Multiple — allow more than one assignee
  • Role filtering — restrict to specific roles

Calculated

Calculated fields are read-only and computed from other fields using an expression builder. You select source fields and define a formula. The result type determines how the computed value is displayed.

Field ordering

Drag and drop fields in the entity detail page to reorder them. The order determines how fields appear in record forms and detail views.

System fields

System entities (Contact, Ticket, etc.) include built-in fields that cannot be deleted — for example, Contact has an email field and Ticket has a status field. You can add custom fields alongside system fields, but the system fields always remain.

Next steps