Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Input Form association with various schema

Avatar

Level 1

Hi Everyone ,

I want to link create one input form in adobe campaign classic  having multiple schema association. Can anybody help me with this issue with on exmaple.

1 Accepted Solution

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

6 Replies

Avatar

Level 3

We are doing the similar thing but the tables engaged here have 1:1 relationship. Here the secondary table data is not getting updated, instead it is duplicated every time you save the form. We have recipient and preference table joined as 1:1 and every time you save recipient a new entry is added to the preference table instead of updating the record in the same way as recipient table.

Avatar

Level 2

Hi All,

I do have the same requirement. Is there any pointers ?

Avatar

Level 6

My pointer would be to post this in the Campaign Classic forum. You're more likely to get a response.

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

Avatar

Level 1

Thanks for your support. Your answer solved my problem