How can i design a form for parent class and same to be replicate to all child class

Suhail2297
Tera Contributor

How can i design a form for parent class and same to be replicate to all child class?

Please guide

1 ACCEPTED SOLUTION

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.

AlluGopal1_0-1738904448319.png

 

I hope this helps you to understand.

 

Thanks and Regards.

Allu Gopal.

View solution in original post

11 REPLIES 11

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

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 

Ankur Bawiskar
Tera Patron
Tera Patron

@Suhail2297 

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.

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

Could you please tell more about this?