1to many cardinality in Adobe campaign classic
hiaLL , please help
i have 2tabes --transaction table(ELC:TRANSACTION ) and receipeiNT(ELC:RECEIPIENT) table and i want to create 1to many link between them in schema
In 1 to Many cardinality,
the code should be written in Target (Many-N) schema.
In the below example, I have written the code in ELC:TRANSACTION schema.
<element label="Recipient" name="recipient" revLabel="Recipient Trnsaction" target="elc:recipient" type="link">
<join xpath-dst="@id" xpath-src="@irecipientid"/>
</element>
SO THE code should be written like that according to me but
what i found is another adobe doc where its defined in diff way:
LINK
<element label="Recipient" name="lnkRecipient" revLink="lnkTransactions" target="elc:recipient" type="link"/>
please help me which one is correct method and what is the diff between the two
why so why it is using revlink.....we shoulsd use revlabel only
what and when we use revlink in schema