Setting up a Parent–Child Relationship Between Light Weight Lists

Description

You can place multiple Light Weight List controls on a UX component and link them in a parent–child relationship so that the child list is filtered by the selected row in the parent list.

Overview

In a parent–child configuration, one Light Weight List displays parent records (for example, customers) and another displays child records (for example, orders). When the user selects a row in the parent list, the child list refreshes to show only rows related to the selected parent.

Configuring the child Light Weight List

To set up a parent–child relationship:

• Add both Light Weight Lists to the UX component.

• Configure the parent list to display the parent table.

• Configure the child list to display the related child table.

• In the child list properties, enable the option that indicates the list has a parent Light Weight List and select the parent control.

When the component runs, selecting a row in the parent list automatically filters the child list using the matching key values.

Setting up a Parent–Child Relationship Between Light Weight Lists

This video shows how to configure two Light Weight Lists in a parent–child relationship so that the child list displays records related to the selected parent row.

See Also