can i create a view on parent table and will this same reflect in child table in servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2025 11:44 PM
can i create a view on parent table and will this same reflect in child table in servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 01:16 AM
when you create a view on a parent table, it does not automatically reflect in the child table unless explicitly configured. Here’s how it works:
1. View Creation on Parent Table
A view in ServiceNow is specific to a table and is defined in the sys_ui_view table.
If you create a new view on the parent table, it will only apply to that table unless inherited or manually set in child tables.
2. Behavior in Child Tables
Inheritance in ServiceNow: Child tables inherit fields from the parent table, but views are not automatically inherited.
If you want the same view in the child table, you must manually create the same view for the child table.
However, if the child table does not have a different view configured, it may still display the parent table’s fields.
3. Solution to Reflect Views in Child Tables
If you want the view from the parent table to reflect in the child table, you can:
Manually create the same view in the child table.
Use View Rules to define different layouts based on conditions.
Ensure that the fields from the parent table are available in the child table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 12:03 AM
Hi @Suhail2297
Please check below link once
https://www.servicenow.com/community/developer-forum/can-we-add-a-common-view-to-parent-and-child-ta...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 12:22 AM
not possible.
Only default view from parent gets inherited to child tables
In this case you will have to create your own view directly on child table.
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
‎02-17-2025 12:29 AM
Can i have same view for parent and child?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 12:32 AM
Except Default not other.
Also, one thing to consider—why do you need the same view on the child form? The child form might have fields that you don’t want to display on the parent form, and vice versa. The purpose of having different views is to show tailored forms to different users based on their specific needs.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************