CMS: Creating Multi-Reference Fields

3 min read
Before continuing, we recommend learning about reference fields.
A reference field creates a connection between an item in a collection to an item in a different collection.

Multi-Reference fields are special kinds of reference fields, that support a many-to-many relationship between items. They have 2 important differences from regular reference fields: 
  • They allow an item to be associated with more than 1 item in the referenced collection. 
  • They create a 2 way connection between the collections. This means that when you create a multiple-reference field in collection A that points to collection B, a corresponding multiple-reference field is automatically created in collection B that points to collection A. 
In this article:

Multi-reference fields example

Let's use an example of a movie database to see how this works. We'll start with two collections, one for movie titles and one for actors. Now we want to connect them so that we can list the actors from each movie and also the movies for each actor. To do this, we'll create a multiple-reference field. We can do this in either collection, because as soon as we do, a corresponding multiple-reference field will be created in the other collection. Then we start filling in the fields. Again, we can work in either collection, because the information is automatically reflected in the other collection.

The image below illustrates how this could look. (Click the image to view an enlarged version.)
The image shows our Actors collection and our Movies collection, with their corresponding multi-reference fields. The first thing to note is that the fields store references to more than one item. In the Actors collection, the Chris Pratt item has four movies listed. In the Movies collection, the Guardians of the Galaxy item has 4 main actors listed. 

The second thing to note is how the information is mirrored in both collections. In the Actors collection, the Chris Pratt, Vin Diesel, Dave Bautista, and Zoe Saldana items all reference the movie, Guardians of the Galaxy. In the Movies collection, the Guardians of the Galaxy item displays those same 4 actors. 

This mirroring of information happens automatically. When you make changes to the information in one of the fields, the corresponding field in the other collection is also updated. You fill in multi-reference fields just like regular reference fields.

Creating a multi-reference field

You create multi-reference fields from your CMS collections. After creation, a corresponding multi-reference field is created in the referenced collection.

To create a multi-reference field:

  1. Go to CMS in your site's dashboard.
  2. Click the relevant collection.
  3. Click Manage Fields.
  4. Click + Add Field.
  5. Click the Field Type drop-down menu and select Multi-Reference.
  6. Enter a Field Name
  7. Click the Referenced Collection drop-down and select which collection you want to reference.
  8. Click Save.
What's next?

Did this help?

|