help in Link list in input form ACC | Community
Skip to main content
Level 2
November 15, 2024
Solved

help in Link list in input form ACC

  • November 15, 2024
  • 2 replies
  • 560 views

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

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 somasundaram_h

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

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

2 replies

somasundaram_h
Community Advisor
somasundaram_hCommunity AdvisorAccepted solution
Community Advisor
November 15, 2024

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

<container xpath="tableName" type="linkList"> <input xpath="@field1"/> <input xpath="@field2"/> <input xpath="@field3"/> </container>
CampaignerForLife
Level 5
November 25, 2024

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-forms/form-structure