how to make column in the related list of the form show on the main table list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 10:04 PM - edited ‎06-26-2025 12:49 AM
On sc_req_item form, there is a related list showing XXX table (showing at the bottom of the form). I want to make columns in related list (columns from XXX table) appear on the sc_req_item table list. Please advise how to achieve it.
Note: There is no field on sc_req_item that references to XXX table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2025 02:07 AM
then not possible as already informed by me in my earlier comment.
If my response helped please mark it correct and close the thread so that it benefits future readers.
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-02-2025 02:40 AM
That means it’s not possible in the current setup.
Reason: You need a reference field on the sc_req_item (RITM) table that points to the XXX table.
Only then can you use dot-walking to display columns from the XXX table directly in the RITM list view.
If this response was helpful, please mark it as correct and close the thread so it can assist others in the future.