
Relation Types
CMS supports:Many to Onefor one selected related entry.One to Manyfor multiple selected related entries.Many to Manyfor multiple bidirectional-style links.
Choose A Related Table
In the relation field’sField tab, choose the related table.
The target can be another CMS database or a supported system table.
Display Related Entries Clearly
SetDisplay Field when one field is enough for the relation picker.
Set Display Template when editors need more context. Templates use field keys, such as:
Delete Behavior
The relation field includes anOn Delete setting:
Set Nullclears the relation when the target is deleted.Cascaderemoves dependent records with the target.Restrictblocks deletion while a relation exists.
Set Null or Restrict.
Common Uses
Use relation fields for:- Locations assigned to a region.
- Team members assigned to a department.
- Products linked to a collection.
- Blog posts linked to authors.
- Service pages linked to service categories.