How to Set up Associated Items

In this tutorial, we’ll configure Projects as the parent list and Tasks as the child list. This setup will allow you to manage project-related tasks directly inside the project form—without switching between lists or writing any code.

By the end, you’ll have a working Projects + Tasks solution where users can:

  • Create a project.
  • Add and edit tasks directly inside the project form.
  • Keep all related records connected automatically.

Instructions

Step 1: Create the parent list (Projects)

  1. Create a new SharePoint list named Projects.
  2. Add columns:
    • Title (default) → Project name
    • Description (Multiple lines of text)
    • Project Manager (Person/Group)
    • Start Date, End Date (Date/Time)

Step 2: Create the child list (Tasks)

  1. Go to the Projects list.
  2. Open Design.
  3. In Form Designer, click Add Column.
  4. Choose type Associated Items.
  5. Name it Project Tasks.
  6. In the column settings:
    • Select Create new list
    • Type: Tasks
    • Enter list name: Tasks
  7. Save.
  8. Drag the Project Tasks column into Project form and Publish.

Step 3: Configure the child list

  1. After creating the list, configure its fields::
    • Task Title (Single line of text)
    • Assigned To (Person/Group)
    • Status (Choice: Not Started, In Progress, Completed)

Step 4: Test the setup

  1. Create a new Project.
  2. Inside the Project form, you’ll now see a Project Tasks section.
  3. Add tasks directly in this section.
  4. Save the project.

Summary

You’ve just set up your first Associated Items configuration in Ultimate Forms. With only a few steps, you connected Projects and Tasks so that tasks can be managed directly within the project form.

Last modified: 3/24/2026 12:18 PM