Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ADF - Multiple View Criteria on same VO

SudSharmaFeb 26 2019 — edited Feb 26 2019

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

Comments
Post Details
Added on Feb 26 2019
4 comments
864 views