Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Apply Form layout to Extended Tables

Jaeik Lee
Mega Sage

I customized form layout(view) of parent table. and i need to make same view for child table too. 

So i want to apply parent's form layout to child table.

 

How can i do for it?

 

thank you for answer.

3 REPLIES 3

Chris Lee1
Tera Expert

If you haven’t already, create a view for the parent table. Documentation here https://docs.servicenow.com/bundle/utah-platform-user-interface/page/administer/navigation-and-ui/ta... , then create a view rule for both the parent and child with that view. steps on view rule here https://docs.servicenow.com/bundle/utah-platform-user-interface/page/administer/navigation-and-ui/ta... 

Can you show more details? I changed Default Form layout of parent table. 

If you’re using the same view — assuming you’re having the same fields, instead of extending the table, you should add a Parent field to the table. For any record you would of inserted into the child table, instead insert into the table and populate the parent field for the parent-child relationship.