Avatar

Correct answer by
Community Advisor

Hi,

Set referential integrity in the schema, on the primary table's join element:

<element type="link" .. integrity="own"/>

Or from the secondary table:

<element type="link" .. revIntegrity="own"/>

Thanks,

-Jon

View solution in original post