How to embed a Related List in a Table in the body of HTML
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 02:30 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 02:35 AM
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?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 04:23 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 08:40 PM
Hi @MiY
any findings related to this?