filter vo criteria on page load
966801Oct 19 2012 — edited Oct 21 2012i have a requirement where i have to execute a view criteria on a view object when the page is being loaded. page is a master detail page. i have to filter detail view object to display only specific records based on a criteria.
what is the best way to achieve this. i tried using a bean on view BeforePhase which executes a method written on AM, but it is throwing some null pointer exception.