Auxx.ai
Custom Entities

Managing records

Create, edit, search, filter, and bulk-manage entity records in Auxx.ai.

Records are the individual data entries in an entity. A "Products" entity stores product records, a "Companies" entity stores company records, and so on. Each record contains values for the fields defined on its entity.

Records page

Navigate to a custom entity in the sidebar to open its records page.

Products records page showing a table with Name and Vendor columns, filter bar, and Import/Export button

The page shows a table with:

  • Sortable and filterable columns based on the entity's fields
  • Column visibility controls — show or hide columns
  • Search bar for full-text search across record display names
  • Filter bar for building conditions with AND/OR logic

Create a record

  1. Click Create in the top-right of the records page
  2. Fill in field values — required fields are marked
  3. For relationship fields, use the record picker to search and select related records
  4. Click Save

New Product dialog with Name text input, Vendor relationship picker, and Create more toggle

Create multiple records

Toggle Create more in the dialog to keep it open after saving. The form resets so you can quickly create records in a row.

View and edit a record

Click a record in the table to open its detail view.

Record detail drawer showing Overview tab with field values, Timeline, Comments, and Tasks tabs

The detail view has tabs for:

TabPurpose
OverviewAll field values, editable inline
FilesFiles attached to this record
ActivityHistory of changes to the record

Edit field values directly in the overview tab. Changes are saved automatically.

Search records

Use the search bar at the top of the records page. Search matches against the record's primary display name.

Filter records

Click the filter icon to open the condition builder. Build filters using:

  • Field — select any field on the entity
  • Operator — depends on field type (equals, contains, greater than, etc.)
  • Value — the value to match against

Combine multiple conditions with AND or OR logic. Filters persist for the current session.

Sort records

Click any sortable column header to sort by that field. Click again to reverse the direction.

Bulk operations

Select multiple records using the checkboxes in the table. Bulk actions appear at the top:

ActionDescription
ArchiveMove selected records to archived state
DeletePermanently remove selected records
Update fieldSet a field value across all selected records

Merge records

To consolidate duplicate records:

  1. Select two or more records
  2. Choose Merge from the bulk actions
  3. Select the target record (the one to keep)
  4. Review which field values to keep from each source
  5. Confirm the merge

Merged records combine data into the target. The source records are removed.

Next steps