The Table Population Mode determines how the target LU table is populated. There are four table population modes:
If the population mode of the target LU table is set to Update or Delete, the key column(s) must be defined to enable the target LU table’s records to be updated or deleted correctly. The selected key column(s) is then added to the WHERE clause of the UPDATE or DELETE SQL statement.
To define a key:
Example: Update the NEW_NOTE column of the target table ACTIVITY for each ACTIVITY_ID of the source object.
The population mode of the target LU table is defined by the Actor used at the LU Table Stage of the population flow.
The Table Population Mode determines how the target LU table is populated. There are four table population modes:
If the population mode of the target LU table is set to Update or Delete, the key column(s) must be defined to enable the target LU table’s records to be updated or deleted correctly. The selected key column(s) is then added to the WHERE clause of the UPDATE or DELETE SQL statement.
To define a key:
Example: Update the NEW_NOTE column of the target table ACTIVITY for each ACTIVITY_ID of the source object.
The population mode of the target LU table is defined by the Actor used at the LU Table Stage of the population flow.