Display data in data view selected from input reference set selector

0
Hello, I have two entities application and cablecodes. I have created many to many association between them and in application data view I used input reference set selector widget to select one attribute from cablecodes entity for that I have created pop up page bcz my requirement is to select multiple values. The requirement is from that selector I will select partnumber attribute and after selecting immediately description of that partnumber should be displayed right side and I am using text widget to display description but whenever I am try to add description parameter in text widget I am not able to see that attribute. So plz let me know if anyone finds the solution.
asked
1 answers
0

On the application page add a tableview to show cablecodes associated with the application. As you keep on adding cablecodes via your reference selector, cablecodes tableview will automatically get updated.

answered