- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 08:58 AM
How can i design a form for parent class and same to be replicate to all child class?
Please guide
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 08:57 PM - edited ‎02-06-2025 09:00 PM
Hi @Suhail2297 ,
If you are trying to show the same form on child table (incident), It should extend the parent table (task).
Here the task table fields will be present in the incident table for reuse.
I hope this helps you to understand.
Thanks and Regards.
Allu Gopal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 09:01 AM
Hi @Suhail2297
What is your use case here? Parent class has a different form and the child class is different. Why do you need to make it the same as the child?
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 07:58 PM
That is requirement from customer....like here they want a same form for both parent and different childs... please help me out with the solution.... thankyou in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 09:03 AM
yes you can create form view on parent and when child created (extended from parent), it won't have it's own view so it will get that "default view". This applies to list and form both. But if you create new field on child then it's own default view gets associated from that time onwards.
but it's recommended to have individual form view for each child so that you can add custom fields as well on form and have child specific functionality.
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-06-2025 09:13 AM
Could you please tell more about this?