Subtasks Inherit Parent Task Custom form information | Community
Skip to main content
Level 2
May 9, 2024
Solved

Subtasks Inherit Parent Task Custom form information

  • May 9, 2024
  • 1 reply
  • 987 views

I have a parent task with a filled out custom form, I want the subtasks to inherit the information of the parent task's custom form. How can I make this work?

 

Can simply adding the custom form to each subtask (in the template tasks) enable the values to inherit to each subtask from the parent task? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Richard_Le_

Hi, 

 

Edited response . . . .

 

There are three approaches you could take here:

 

  1. Each time you create a project and build the task list out, you copy the parent task (with the form filled in) and then rename and nest the copied task to create the sub-tasks. Very Manual, but does the job.
  2. You create a separate calculated fields that reference the fields from the parent task. (i.e., {parent}.{DE:Field Name}). This would enable field values to be inherited, but they would be different fields from what is used on the parent which could make reporting a challenge
  3. You use Workfront Fusion to automate the copying of values from parent tasks to child tasks for you

Best Regards,

Rich.

1 reply

Richard_Le_Community AdvisorAccepted solution
Community Advisor
May 9, 2024

Hi, 

 

Edited response . . . .

 

There are three approaches you could take here:

 

  1. Each time you create a project and build the task list out, you copy the parent task (with the form filled in) and then rename and nest the copied task to create the sub-tasks. Very Manual, but does the job.
  2. You create a separate calculated fields that reference the fields from the parent task. (i.e., {parent}.{DE:Field Name}). This would enable field values to be inherited, but they would be different fields from what is used on the parent which could make reporting a challenge
  3. You use Workfront Fusion to automate the copying of values from parent tasks to child tasks for you

Best Regards,

Rich.

Doug_Den_Hoed_AtAppStore
Community Advisor
Community Advisor
May 9, 2024


Hi @meghanaka1,

 

Building on the second option among @richard_le_ ’s edited response, I suggest a similar technique that uses the same parameter on parent and child tasks alike (for common reporting purposes), but with an optional second parameter to “seed” the parameter at the parent level (and optionally, lower levels if desired), along with an IF statement to decide the appropriate value:

 

IF(ISBLANK({DE:Seed Value}),{parent}.{DE:Field Name},{DE:Seed Value})

 

Do note that it might require periodic Recalc Data Expressions to propagate changes down to the children tasks.

 

Regards,

Doug

Level 2
May 9, 2024

Thank you both for the responses! Ideally, we would keep the values in the same field across parent/subtask. 

 

Do you have a recommendation on how to best do this through Workfront Fusion?

Anytime there is a parent task created with subtasks, we would like the values copied over to the subtask custom form.

 

The subtasks will already have the custom form attached (in task template).