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

Input Form association with various schema

  • August 2, 2018
  • 6 replies
  • 7392 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

crockyj94633692
New Participant
August 5, 2019

Thanks for your support. Your answer solved my problem

Jonathon_wodnicki
Jonathon_wodnickiAccepted solution
New Participant
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

pablo_rosero1
New Participant
July 30, 2019
El_Loco
New Participant
July 25, 2019

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

AnumolAntony
New Participant
July 24, 2019

Hi All,

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

itsme
New Participant
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.