An LU schema structure displays a hierarchical presentation of data relating to the LU's Root table. Parent-child links in the LU tables are created via their Table Population objects:
Each LU table can have one or more Table Population objects. These objects appear as distinct entries beneath the table’s name (i.e., a separate line(s)). A Table Population object can be linked to a parent table by connecting the parent table's output parameter to the child table's input parameter, which is also referred to as an input argument. This linking mechanism applies to all tables, except for the LU's Root table, which does not require a parent-child relationship due to its role as the starting point of the hierarchy.
Each Table Population object can be linked to a different parent LU table.
For example: The ADDRESS LU table is populated with 2 Table Population objects:
A link from a Table Population object to a parent LU table can be based on several columns, all of which should be linked to the same parent LU table.
Note: An LU table can be added to an LU schema without a Table Population object. Such table is not populated by the sync of the instance, but rather by a separate transaction.
A population flow template includes a predefined set of Input arguments, defined within the PopulationArgs Actor, which are input parameters set as External.
In a table population flow, at least one Input argument must be defined to retrieve data from external systems. The Root table must only have one Input argument, which receives the Instance ID to fetch data specific to that entity. Other tables use Input arguments to receive relevant identifiers from parent tables, which are then used to fetch related data from external systems.
Click for more information about population flows.
Click for more information about an Actor's input parameters.
Input arguments are parameters used to retrieve data in a Table Population object. They define how data is linked to parent tables and fetched from external systems.
These arguments are utilized by 2 types of Source Objects in a Table Population object: DB Query and Root Function.
DB Query
Root Function
Click for more information about Table Population Types.
When creating a DB query, by default, all Input fields are set to True.
To edit an Input argument, do the following:
Clicking on the source object of the Population window (the DB query) opens the Properties pane on the right side of the screen. Verify that the fields that should be linked to the parent table are set to True. Other fields that do not need to be linked to a parent table, can be set to False.
A link can be added in both directions:
You can link them by either dragging a connection line or by using the Tables Connection Assistance pop-up window, as follows:
Click the Population name of the child table.
Connect each Input field to a parent table using one of the following methods:
Drag the connection line from this field into the parent table and column.
Click the parent table.
Connect each parent column to the child table population using one of the following methods:
Click the child table population header and drag a connection line between the parent table's column and the child table's Input field.
Note: Link all the Input fields of the selected Table Population object to one parent table. A Table Population object cannot be linked to several parent tables.
In complex and large schemas, it is sometimes difficult to track the population link - which table it comes from and/or which tables it goes to.
You can therefore click on the link and see it as an animated dashed line.
In certain scenarios, the connecting columns for a population might not be immediately visible - for instance, when tables include numerous columns that require scrolling for viewing. This could make exploring the schema and understanding table connections less convenient.
You can therefore hover over the population link with your mouse cursor to view a tooltip that provides detailed information about the link, including the source table and columns, the destination table and columns, and the population name.
In the below example, the connecting column in the destination table - RECOMMENDATIONS - is hidden. However, with this tooltip you do not need to scroll down to reveal it.
An LU schema structure displays a hierarchical presentation of data relating to the LU's Root table. Parent-child links in the LU tables are created via their Table Population objects:
Each LU table can have one or more Table Population objects. These objects appear as distinct entries beneath the table’s name (i.e., a separate line(s)). A Table Population object can be linked to a parent table by connecting the parent table's output parameter to the child table's input parameter, which is also referred to as an input argument. This linking mechanism applies to all tables, except for the LU's Root table, which does not require a parent-child relationship due to its role as the starting point of the hierarchy.
Each Table Population object can be linked to a different parent LU table.
For example: The ADDRESS LU table is populated with 2 Table Population objects:
A link from a Table Population object to a parent LU table can be based on several columns, all of which should be linked to the same parent LU table.
Note: An LU table can be added to an LU schema without a Table Population object. Such table is not populated by the sync of the instance, but rather by a separate transaction.
A population flow template includes a predefined set of Input arguments, defined within the PopulationArgs Actor, which are input parameters set as External.
In a table population flow, at least one Input argument must be defined to retrieve data from external systems. The Root table must only have one Input argument, which receives the Instance ID to fetch data specific to that entity. Other tables use Input arguments to receive relevant identifiers from parent tables, which are then used to fetch related data from external systems.
Click for more information about population flows.
Click for more information about an Actor's input parameters.
Input arguments are parameters used to retrieve data in a Table Population object. They define how data is linked to parent tables and fetched from external systems.
These arguments are utilized by 2 types of Source Objects in a Table Population object: DB Query and Root Function.
DB Query
Root Function
Click for more information about Table Population Types.
When creating a DB query, by default, all Input fields are set to True.
To edit an Input argument, do the following:
Clicking on the source object of the Population window (the DB query) opens the Properties pane on the right side of the screen. Verify that the fields that should be linked to the parent table are set to True. Other fields that do not need to be linked to a parent table, can be set to False.
A link can be added in both directions:
You can link them by either dragging a connection line or by using the Tables Connection Assistance pop-up window, as follows:
Click the Population name of the child table.
Connect each Input field to a parent table using one of the following methods:
Drag the connection line from this field into the parent table and column.
Click the parent table.
Connect each parent column to the child table population using one of the following methods:
Click the child table population header and drag a connection line between the parent table's column and the child table's Input field.
Note: Link all the Input fields of the selected Table Population object to one parent table. A Table Population object cannot be linked to several parent tables.
In complex and large schemas, it is sometimes difficult to track the population link - which table it comes from and/or which tables it goes to.
You can therefore click on the link and see it as an animated dashed line.
In certain scenarios, the connecting columns for a population might not be immediately visible - for instance, when tables include numerous columns that require scrolling for viewing. This could make exploring the schema and understanding table connections less convenient.
You can therefore hover over the population link with your mouse cursor to view a tooltip that provides detailed information about the link, including the source table and columns, the destination table and columns, and the population name.
In the below example, the connecting column in the destination table - RECOMMENDATIONS - is hidden. However, with this tooltip you do not need to scroll down to reveal it.