hello, i have a query about one issue i have an onfoobject which has another infoobject coumpounded to it
the data looks like this
ZIO1 ZIO2 Text
A 1213 TEST1
A 1214 TEST2
My question is if tedt changes for A 1213 to something like TEST NEW, would it overwritw the existing record or create a new entry? and i will have
A 1213 TEST1
A 1213 TEST NEW
text will be loaded with text datasource.
Please let me know
thanks