Expand my Community achievements bar.

help in Link list in input form ACC

Avatar

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

1 Reply

Avatar

Level 5

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

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