๐ŸŽ„Create a new collection field

Welcome to the "Create a New Collection Field" page! This page is your gateway to expanding the functionality and versatility of your collection by adding new fields.

To describe your schema add some new fields. For this example, add these fields:

  • Name โ€“ for saving the product name

  • Description โ€“ for saving a more detailed description of the product

  • User โ€“ for assigning a user to be an owner of the product

Create the Name Fieldโ€‹

  1. In the very first input box enter Field Name, and on the right end side, you can select the Data Type from the variety of field types.

  2. Below that enter the Display name and Description of that field.

  3. Below that, you have a variety of options to configure fields for the collection.

  4. For instance, you can mark the Name field as required by checking the Required field checkbox.

  5. Additionally, depending on the Data Type selected, you will have access to several other field-specific configuration options.

  6. Click on the Create Field button to create the field.

Create the Description Fieldโ€‹

  1. In the Field Name text box type "Description".

  2. Select the Data Type as "String".

  3. Enter the Display Name and Description of the fields.

  4. Click Create Field button.

Create the User Fieldโ€‹

  1. In the Field Name text box type "User".

  2. Select the Data Type as "Reference".

  3. Enter the Display Name and Description of the fields.

  4. Check the Required Field checkbox.

  5. On the Collection to Reference select "User".

  6. Check the isAuthField checkbox to make the field for authentication purposes. (You can hover over any of the options on the field page to get the info about that option).

  7. Click Create Field button.

Last updated