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
Solved! Go to Solution.
Views
Replies
Total Likes
Hi, you can try as below, this should work.
<container xpath="tableName" type="linkList">
<input xpath="@field1"/>
<input xpath="@field2"/>
<input xpath="@field3"/>
</container>
Views
Replies
Total Likes
Hi, you can try as below, this should work.
<container xpath="tableName" type="linkList">
<input xpath="@field1"/>
<input xpath="@field2"/>
<input xpath="@field3"/>
</container>
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies