I have an ASP.NET Dynamic Data application that includes two tables, departments, and KPI. When I grab the KPI, in the List view, I set the Department field to a dynamic filter, for example. "Plant 1", but when I add a new KPI, I still need to select "Plant 1" from the drop-down menu.
Is there any way to make the drop-down menu in the "Insert" view correspond to the drop-down list of the dynamic filter? I can just see how users filter “Plant 1”, and if any KPI they add falls under “Plant 1".
Profk
source share