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.