Expand my Community achievements bar.

help in Link list in input form ACC

Avatar

Level 1
Level 1

Hi Team ,

There is a link between customer to loyalty table 
and there is requirement to display in the customer input form(eg.,customer ID,Fname ,Lname) also I need to display loyalty details(Eg.,loyalty ID,Loyalty Level) with the same customer input form itself.
I have tried link list but not able to achieve any leads or help greatly appreciated

2 Replies

Avatar

Level 6

Hi, you can try as below, this should work.

<container xpath="tableName" type="linkList">
<input xpath="@field1"/>
<input xpath="@field2"/>
<input xpath="@field3"/>
</container>

Avatar

Level 7

Create an input like this: 

 

<input type="linklist" xpath="subscription" xpathChoiceTarget="service" xpathEditTarget="service" zoom="true">
  <input xpath="recipient"/>
  <input xpath="service"/>
</input>

 xpath is the schema of the data you will get, xpathchoicetarget the one you will filter from, the inputs the attributes showed

 

https://experienceleague.adobe.com/en/docs/campaign-classic/using/configuring-campaign-classic/input...