Use linked tables for personalization in AEM template (AEM with AC Standard integration) | Community
Skip to main content
dimitrii
New Participant
June 16, 2017
Solved

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

  • June 16, 2017
  • 1 reply
  • 674 views

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.

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 Feike_Visser1

"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.

1 reply

Feike_Visser1
Feike_Visser1Accepted solution
Employee
June 18, 2017

"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.