Hello
I have a non persistent detail view that is shown though code using an action in the normal way .
On the detail view created there are two fields both of which have lookup list views. I would like to filter the second field lookup list view by setting it's criteria dynamically based on the value selected in the first field lookup list view. I have set the non persistent first field to immediate post data and was wondering what method you would recommend to achieve this?
I'm wondering whether I should add a handler for the control changed event and then dynamically filter the second lookup list view collection source within this routine, but am unsure how to obtain the correct view controller to implement this method.
Thanks
John