Add a custom field to any record
By the end of this guide, you will have added a new field to an existing Object Type and made it visible on the right layouts.
What you'll need before you start
- An existing Object Type you want to add a field to.
- Administrator access to your Engine Awesome workspace.
Adding a field to an Object Type does not affect existing records. The new field will be blank on existing records until someone fills it in.
Step 1: Open the Object Type
- Go to Settings.
- Click Object Types.
- Click the Object Type you want to add a field to. For example: Contacts.
Step 2: Add the field
- Click Add Field.
- Choose the field type that fits your data. Common choices:
- Text — short single-line text (company name, notes summary)
- Textarea — longer multi-line text (full notes, description)
- Dropdown — a list of options you define (priority, category, source)
- Date — a calendar date (follow-up date, contract end date)
- Yes-No — a checkbox (active, verified, paid)
- Money — a currency value (contract value, estimated cost)
- Type a label for the field.
- Fill in any settings specific to that field type (for example, add options for a Dropdown).
- Click Save.
Step 3: Add the field to your layouts
Adding a field to the Object Type makes it exist in the data — but it won't appear on any screen until you add it to a layout.
- Still in your Object Type, find the Layouts section.
- Click Edit next to the layout where you want the field to appear. Usually your Item (detail) layout.
- In the layout editor, click Add Block.
- Select Field from the block type list.
- Choose your new field from the dropdown.
- Position it where you want it on the screen.
- Click Save.
Step 4: Test it
- Click your layout in the navigation to open it.
- Open any existing record. Your new field appears but is blank.
- Fill it in and click Save to confirm it works.
What to do next
- Build a filtered list view — if you added a Status or Category field, make it filterable
- Link related records together — add a Relationship field to connect this record to another Object Type