How to embed a Related List in a Table in the body of HTML

MiY
Tera Contributor

I am creating a table in the body of HTML.
In the table, I want to display the Related List shown in the incident record.
How should I implement this?

 

knowledge table.png

relatedlist.png

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@MiY 

why to show that when you can show related list directly to the users? what purpose it serves?

you need to query Budget table with the INC and create the html structure using html tags and then set the HTML field

what script did you start with and where are you stuck?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar 

Thanks for the reply.

We would like to eventually output all the information on the form screen to PDF.
We can output the related list to PDF, but it will be output in ServiceNow's standard design.
The users are asking for a different design because it is difficult to read.
Therefore, I am trying to compose and output the related list in HTML.

Vedavalli
Tera Contributor

Hi @MiY 
any findings related to this?