Input Form association with various schema | Community
Skip to main content
August 2, 2018
Solved

Input Form association with various schema

  • August 2, 2018
  • 6 replies
  • 7398 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

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

6 replies

itsme
Level 3
September 12, 2018

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.

AnumolAntony
Level 2
July 24, 2019

Hi All,

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

El_Loco
Level 5
July 25, 2019

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

pablo_rosero1
Level 9
July 30, 2019
Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
July 31, 2019

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

crockyj94633692
August 5, 2019

Thanks for your support. Your answer solved my problem