Skip to main content

Custom Metadata Fields

The Archiver ships with archival-standards-derived defaults for every category — but every organisation has its own internal fields (donor reference, accession register number, exhibition history). Custom fields are added to the Data Model, and they appear on the accession wizard and the item review screen automatically.


Where custom fields live

Custom fields are managed from Settings → Data Model, not the accession itself. This means a new field added today applies to every accession you create from now on, in the relevant category.

Data Model

See What is the Data Model? for the full guide.


Field anatomy

Every field has:

PropertyOptions
LabelHuman-readable name (Donor reference)
KeyMachine-readable identifier (donor_reference)
Category scopeShared / Document / Photograph / Artefact / Audio / Video / Collection
Entity scopeItem / Collection / Series
TypeText / Long text / Date / Number / Enum / List
NecessityRequired / Recommended / Optional
Vocab bindingOptional — bind to LCSH / FAST / Getty AAT / TGN / VIAF / GeoNames / Wikidata or a local vocabulary
Help textOne line shown beneath the field

The defaults that ship are seeded from archival standards — Title, Date, Creator, Description, Subjects (LCSH-bound), People mentioned (FAST-bound), Places mentioned (TGN-bound), Access rights, Sensitivity level, and more. Apply default vocab bindings restores them if you've drifted.


Adding a field

  1. Settings → Data Model.
  2. Pick a category tab (Shared if it should appear on every category).
  3. Find the right field group (Descriptive / Administrative / Conservation / Technical / …).
  4. Click + Add.
  5. Fill in label, key, type, scope, and necessity. Optionally bind to a vocabulary.

The field appears immediately on new accessions and on the item review screen for existing accessions in that category.


Editing or deprecating

Click any existing field to open its editor. You can:

  • Change label, help text, required-ness
  • Re-bind the vocabulary
  • Deprecate the field — it's hidden from new accessions but kept on existing data (no destructive change). Toggle Show deprecated on the Data Model page to see hidden fields.

The platform doesn't let you delete a field that has data on it — deprecate instead, then run an admin clean-up if you really want it gone.


Field types in practice

  • Text / Long text — anything free-form. Long text gets a multi-line input and is what Description uses.
  • Date — ISO YYYY-MM-DD. Partial dates (1956, 1956-03) are accepted.
  • Number — integer or decimal.
  • Enum — picker from a fixed list you define (e.g. access rights → Public / Restricted / Closed).
  • List — repeating values, typically bound to a controlled vocabulary so each entry is an authority pill.

Org vs. account

On the Community and Professional plans, Data Model edits apply to your individual account. On Team and Enterprise, edits are scoped to the organisation — every seat in the workspace sees the same schema. Admins make the changes; general members use them.


See also