Expand my Community achievements bar.

SOLVED

Use linked tables for personalization in AEM template (AEM with AC Standard integration)

Avatar

Level 1

Hi all,

I have AC Standard where recipients table linked with another table (say custom Events table (custom resource) for example via linked table - Many to Many type of link). At the same time I try to integrate AC Standard with AEM instance. For persionalization aims I want to use in AEM side Events records (list) from "Events" table like" recipient.events" and using "for" expression build some blocks on template. The main idea make something like this:

<% for(i = 0; i< recipient.events.lenght;i++) {

recipients.events[i].NAME

}%>

Now I can't see any custom linked tables with recipient table on AEM side in "Select Adobe Campaign Variable" dialog. How can I do this? Please help.

PS: for linking "Events" and "Recipient" tables were used links with type "1 cardinality simple link" in linked table.

1 Accepted Solution

Avatar

Correct answer by
Employee

"any custom linked tables", to me also the standard linked tables aren't available.

This functionality isn't available.

Perhaps you can define a personalization block, and use that.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

"any custom linked tables", to me also the standard linked tables aren't available.

This functionality isn't available.

Perhaps you can define a personalization block, and use that.