Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Displaying child tasks under the parent project

Kev McLeod
Kilo Contributor

Hi all

I have a tas table and a project table, the task table has a parent reference field to parent projects.

i want to display the child tass under the parent project, similar to what is shown below

can anyone help?

find_real_file.png

1 ACCEPTED SOLUTION

SatheeshKumar
Kilo Sage

Related lists display records in another table that have a relationship with the current record.

 if your task table has a reference field from parent then follow the below, 

  1. Open the form(parent).
  2. Click the form context menu icon and select Configure > Related Lists.
  3. Using the slushbucket, select the related list to display on the form.
  4. Click Save.

Related lists appear at the bottom of the form.

 

 

-satheesh

View solution in original post

1 REPLY 1

SatheeshKumar
Kilo Sage

Related lists display records in another table that have a relationship with the current record.

 if your task table has a reference field from parent then follow the below, 

  1. Open the form(parent).
  2. Click the form context menu icon and select Configure > Related Lists.
  3. Using the slushbucket, select the related list to display on the form.
  4. Click Save.

Related lists appear at the bottom of the form.

 

 

-satheesh