related list re direction to other tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
Hi
i'm having xyz table for that xyz table there is related list it's of abc table but when i click new on related list it's taking me to def table.
how to stop this it should take to abc table only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Vedavalli
Check you related list configuration [sys_relationship], or if you want share the screenshot of your record. I can help.
Please mark my answer as helpful/correct if it resolves your query.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
52m ago
Hi Vedavalli,
This happens because the abc table extends the def table (table inheritance).
When you click New from the abc related list, ServiceNow opens the base table (def) form if abc does not have its own form layout.
How to fix it
Open any abc record (or create one directly)
Configure the abc form (right-click → Configure → Form Layout)
Add at least one section/field and save the form
After creating a dedicated form layout for abc, clicking New from the related list will correctly open the abc table form instead of def.
Why this happens
If a child table does not have its own form configuration, ServiceNow defaults to the parent (extended) table form.
Summary
Root cause: Table inheritance
Fix: Create a form layout for the child table (abc)
Thanks & Regards,
Sachin Narayanasamy
