I have created a new "list and details" screen. In the same window I show all "Order" entities and other depended entities called "OrderInfo" (one to many relation) The "OrderInfo" is displayed in a grid. I want to make one of the column inside the grid to be a link, so when user clicked on it, it will open another screen that shows the OrderInfo details.
thanks