- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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