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.

Need to show related list on the List view of the problem table

Suraj02
Tera Contributor

Hello community,

 

I want to display the related list of the Problem record on the list view of the Problem. How I can achive this functionality without using the code?

 

Thanks.

2 ACCEPTED SOLUTIONS

Prathamesh G
Kilo Sage

Hello @Suraj02,

 

You can achive this using the 'Hirarchical List' functionality. Below is the steps to activate the 'Hierarchical lists' on your specified table:

1. Go to the list view of your table records.

2. Right click on any column label. 

3. Go to the Configure > List Control > Hierarchical lists. 

3. Set the Hierarchical lists checkbox to TRUE and update the form.

4. Go back to your List View, You can see a small '>' at the start of the record. Click on that icon to see all your related lists associated with that record.

 

The output result will be look like this:

Prathamesh_0-1703827785141.png

 

 

If my answer solves your issue please mark it as 'Accepted Solution' and marked it as 'Helpful'.

 

Thank You!

View solution in original post

6 REPLIES 6

Thank You @Maik Skoddow .

Prathamesh G
Kilo Sage

Hello @Suraj02,

 

You can achive this using the 'Hirarchical List' functionality. Below is the steps to activate the 'Hierarchical lists' on your specified table:

1. Go to the list view of your table records.

2. Right click on any column label. 

3. Go to the Configure > List Control > Hierarchical lists. 

3. Set the Hierarchical lists checkbox to TRUE and update the form.

4. Go back to your List View, You can see a small '>' at the start of the record. Click on that icon to see all your related lists associated with that record.

 

The output result will be look like this:

Prathamesh_0-1703827785141.png

 

 

If my answer solves your issue please mark it as 'Accepted Solution' and marked it as 'Helpful'.

 

Thank You!

Thank You @Prathamesh G