fetching value from enumeration association and store it into the another entity

0
Hello Teams, I am facing an issue where I am using entity A which has association with Entity B lets say on ProductId. Entity A is data entity where we store value for products. Entity B is config entity where we store the details of product. Entity B has ProductId, ProductName (Ennumeration). Entity A has only ProductId. On the page, I am using Entity A and I want to fetch the EntityName from Entity B. And I want to show the separate ProductName in each row of table. How can I do this?
asked
1 answers
0

Hi

 

If you want to display data in a list with entities that are associated. You can simply use the associated link to display your data. This means, when selecting column data. Select the attribute and then use the association links to get to entity B data.

answered