Open joeyhorst opened 1 year ago
In tables like DBC1.2 rows are added in the UI dynamically. As such the data partner needs to keep track of those rows.
The first row will be _1, but when that row is deleted and a new one is created the suffix will be _2 and not _1.
_1
_2
Also make a note that T1.2 starts at index _0
_0
In tables like DBC1.2 rows are added in the UI dynamically. As such the data partner needs to keep track of those rows.
The first row will be
_1
, but when that row is deleted and a new one is created the suffix will be_2
and not_1
.Also make a note that T1.2 starts at index
_0