Which objects support custom attributes
Attributes are defined per object type. Metal supports four:- Companies
- Deals
- People
- Activities
If a tab shows “Custom attributes for … aren’t available on this environment yet,” the backend hasn’t rolled out that object type here. Try again later or contact support@metal.ai.
Anatomy of a field
Each custom attribute has:Field-key suffix convention
The stored key always ends with a suffix that matches the type. Metal builds the key for you from your base name and the type you pick:
Legacy
date fields use the Date suffix. You can still edit an existing date field, but you cannot create a new one from the app.
The key preview updates as you type the base name in the create dialog.
Base names must be non-empty, cannot start with an underscore, and cannot contain whitespace or the characters ., $, or /. Keys are unique per object type (case-insensitive).
Create a field
1
Open Custom Attributes
Go to Settings → Custom Attributes and pick the tab for the object type you want to extend.
2
Click Create Field
Enter a Field Name (the base name — Metal appends the type suffix), pick a Type, and set a Display Name. Add an optional Description and Rendering Component if relevant, and toggle Indexed if you’ll filter or search on the field.
3
Create
Metal writes the field to the object’s schema. New records — and existing records that get updated — can store values under the new key.
Edit a field
Click the pencil icon on a row to change the display name, description, rendering component, or indexed setting. The field key itself is fixed once created — except when you change the type.Changing the type is a re-key
Because the key must match the type suffix, changing a field’s type means creating a new key and removing the old one. Metal walks you through this:- Metal generates the new key by swapping the suffix — e.g.
acmeStr→acmeNumwhen you changestringtonumber. - You confirm the change in the “Change field type?” dialog.
- The new field is created first; the old key is then deleted.

