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

Linking In Enrichment

Avatar

Level 6

Can someone please briefly explain the 4 types of links in enrichment activity in layman's terms.Thank you very much

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Sanjana12 ,

ParthaSarathy_0-1712646933767.png

Define a collection: When you create a link between temporary workflow table and database table, this type of link lets you define a link with a 1-N cardinality between the tables. Example, 1 temp data may have multiple records in target database schema.

 

Define a link whose target is still available: When you create a link between temporary workflow table and database table, this type of link lets you define a link with a 1-1 cardinality between tables. Example, 1 temp data must have one record in target database schema.

 

Define a link whose target does not necessarily exist in the base: When you create a link between temporary workflow table and database table, this type of link lets you define a link with a 0-1 cardinality between tables. The join condition must be defined by 0 or 1 (max.) record in the target table. Example, 1 temp data May have one record in target database schema or No records in target schema.

 

Define a link by searching for a reference among several options: this type of link defines a reconciliation towards a unique record. Adobe Campaign creates a link to a target table by adding a foreign key in the target table for storing a reference to the unique record. Example of this type link is explained in detail in this document.

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi @Sanjana12 ,

ParthaSarathy_0-1712646933767.png

Define a collection: When you create a link between temporary workflow table and database table, this type of link lets you define a link with a 1-N cardinality between the tables. Example, 1 temp data may have multiple records in target database schema.

 

Define a link whose target is still available: When you create a link between temporary workflow table and database table, this type of link lets you define a link with a 1-1 cardinality between tables. Example, 1 temp data must have one record in target database schema.

 

Define a link whose target does not necessarily exist in the base: When you create a link between temporary workflow table and database table, this type of link lets you define a link with a 0-1 cardinality between tables. The join condition must be defined by 0 or 1 (max.) record in the target table. Example, 1 temp data May have one record in target database schema or No records in target schema.

 

Define a link by searching for a reference among several options: this type of link defines a reconciliation towards a unique record. Adobe Campaign creates a link to a target table by adding a foreign key in the target table for storing a reference to the unique record. Example of this type link is explained in detail in this document.

Avatar

Level 6

Regarding the last link, by target table do you mean the temp worktable?

Avatar

Community Advisor

@Sanjana12 , Target table is the one which you are going to link with workflow's temp table.

ParthaSarathy_0-1712734242723.png

 

Avatar

Level 6

Sorry I'm a little confused. Does it add a foreign key in the worktable or target table? Should be worktable right?