k2v-academy / K2View-Academy

Other
0 stars 0 forks source link

TDM - copy reference tables with specific columns #951

Closed oGogp2SnAhcX8fABSwQBzbjZe1wt8TouGQVrnkV closed 12 months ago

oGogp2SnAhcX8fABSwQBzbjZe1wt8TouGQVrnkV commented 12 months ago

What is the TDM best practice for copying reference tables with specific columns. trnRefList support only entire table copy.

eHK5dcC00peRJzSmBkzpRSXRdBTJxvlzYiuW95S commented 12 months ago

Hi.

We plan to redesign the table-level solution to support filtering on the tables. This is planned for the next TDM release by the beginning of 2024.

For now, as a workaround, you can edit the fnGetTableInJson Java function: add a condition to check the table name and set a select of specific columns for the required table.

Tali