------ --- ------- ------- --------
1 id1 codex1 codey1 fieldz
2 id2 codex1 codey1 fieldz
index "Idx" with allow duplicate No is "Number"
replacement key index is "Idx"
I added Table1RecId field to 'SalesLine' table where the relation is: Table1.RecId == SalesLine.Table1RecId
This field appears in "SalesTable" form with replacement fieldGroup having CodeX only
i added table1 as a read data source to the entity (outer join salesLine). I added CodeX to the entity fields and the staging table.
I also added Table1RecId from SalesLine to the entity fields, and made it private.
Now when i import, i'm getting this error:
"Matching record for the read only data source 'Table1' does not exist"