Apply Form layout to Extended Tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 06:49 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 06:59 PM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 07:10 PM
Can you show more details? I changed Default Form layout of parent table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 03:25 AM
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.