Subtasks within a custom task record?

daniel579ga
Tera Contributor

HI,

 

I've built a custom task table for user feedback. When a user submits a suggestion through a record producer, a task record is created on this new feedback table. A process group member can then manage and assign these tasks. Is it possible to add a section to the original task record (created from the user's form submission) where the process group member can add multiple "child" tasks? These "child" tasks would be the steps needed to complete the original task. Additionally, can we make it so that the original task cannot be closed until all the "child" tasks are completed?

 

Thank you!

1 REPLY 1

Kieran Anson
Kilo Patron

You've got a few options:

  1. A simple related list where a process user can create child tasks
  2. An embedded list that provides an inline-feel and offers the same functionality of a related list.
  3. A checklist if you don't need all the functionality a task record offers

For the closure prevention, you'd use an before business rule to check for open child tasks and abort the closure if records are found

KieranAnson_0-1716980188614.png