Hi ,

I have a Product Entity where i maintain the product data , i need to show the product grid listing inside my custom entity called Report

Where i need to show product name etc fields from product entity to report.

I'm trying to fetch data from one entity to another , i know there is a foreign field link available through which i can get another entity data , but i need to show exactly the same data from product to report.

And in report i need to make some functionality based on the stock i have to show the grid listing row in red or green colors.

Let me know how can i achieve this.