Chain linked sections

This is linking of more then 2 section one by one in a chain e.g.  form – grid – grid

example_customnavpanel:
page_id section_id type child parent parent_table child_table
Customers section2 grid section3 section1 CUSTOMERS customerid ORDERS customerid
Customers section1 form section2 _ CUSTOMERS _ CUSTOMERS _
Customers section3 grid _ section2 ORDERS orderid ORDER_DETAILS orderid

form -> grid -> grid


example_fullpageedit:
page_id section_id type child parent parent_table child_table
page1 section2 grid section3 section1 ORDER_DETAILS CUSTOMERID ORDERS CUSTOMERID
page1 section1 form section2 _ CUSTOMERS _ CUSTOMERS _
page1 section4 form _ _ CUSTOMERS _ CUSTOMERS _
page1 section3 grid _ section2 CUSTOMERS ORDERID ORDER_DETAILS ORDERID

form -> grid -> grid


example_groupedsections:
page_id section_id type child parent parent_table child_table
page1 Customers form Orders _ CUSTOMERS _ CUSTOMERS _
page1 Orders grid orderdetails Customers CUSTOMERS customerid ORDERS customerid
page1 orderdetails grid _ Orders ORDERS orderid ORDER_DETAILS orderid

form -> grid(order) -> grid(orderdetails)


example_navpanel:
page_id section_id type child parent parent_table child_table
Customers section2 grid section3 section1 CUSTOMERS customerid ORDERS customerid
Customers section1 form section2 _ CUSTOMERS _ CUSTOMERS _
Customers section3 grid _ section2 ORDERS orderid ORDER_DETAILS orderid

form -> grid -> grid


example_webapp2:
page_id section_id type child parent parent_table child_table
Customers section2 grid section3 section1 CUSTOMERS customerid ORDERS customerid
Customers section1 form section2 _ CUSTOMERS _ CUSTOMERS _
Customers section3 grid _ section2 ORDERS orderid ORDER_DETAILS orderid

form -> grid -> grid


lianjademo:
page_id section_id type child parent parent_table child_table
Customers section2 grid section3 section1 CUSTOMERS customerid ORDERS customerid
Customers section1 form section2 _ CUSTOMERS _ CUSTOMERS _
Customers section3 grid _ section2 ORDERS orderid ORDER_DETAILS orderid

form -> grid -> grid