Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Extending Seed Table and Editing the Input Form

Avatar

Level 2

Hello,

I have 3 tables total.

1. Out of the box Seed Member Table

2. A table that extended Seed Member and contains a Link to my 3rd Table

3. (3rd Table) that contains all the new columns needed for my out of the box seed table modification

All the keys are in place for these tables and I am now trying to figure out how to modify the out of the box seed input form.

I have created a separate column/container for the new form, but I cannot figure out how to write to both tables simultaneously.

Is there some documentation on how to edit the xml and navigating foreign keys to write to both tables simultaneously?

Thanks for the help!

- Connor

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Set referential integrity in the schema, on the seed table's join element to your table:

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

Or from your table to the seed table:

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

Thanks,

-Jon

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

Set referential integrity in the schema, on the seed table's join element to your table:

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

Or from your table to the seed table:

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

Thanks,

-Jon