Hi,
i have 2 View Criteria's created on VO , first View Criteria used as Query Panel with a table on Jspx page and its working fine. now i whenever this page open by default it query all data from VO. Now when page loads I need to show only those records in result table which has HireDate > Sysdate as the default search. so for this i created one More View Criteria in Same VO and tried to execute in AmImpl and as made this method as default activity in Taskflow before the page with queryPanelwith table executes. After doing this i am able to see records on my Result table which are greater then Sysdate but now when i try to enter any date which is less than sysdate in my Query panel fields than not able to see any records in result table though records are there in the table.
kindly let me know where i missing something or is there any better another way achieve this.
Jdev Version 12.2.1.2.
Thanks