Hello. We have a custom module, called dim_pricelines that houses various alternative prices to be used instead of the listed price of a product. This of course is tied with foreign key -> primary key to ProductTemplates. Each product template can have N price alternatives. Now, I would like to use the ListView DASHLET so when a user opens up the Record View of a ProductTemplate, he can see all the alternate prices TIED TO THAT PARTICULAR PRODUCT. What the inbuilt ListView dashlet can do is just display ALL the prices, for all products. How can I dynamically filter out / restrict the listView dashlet to only display items that correspond to the selected product (technically the field product_id from dim_pricelines table must be equal to the GUID of the selected product)