how to make column in the related list of the form show on the main table list

VarisaraV
Tera Contributor

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.

6 REPLIES 6

@VarisaraV 

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.

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

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.