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!

adf view criteria question

674576Oct 8 2013 — edited Oct 8 2013

I am creating a VO based on an sql query(list employees for a given deptid joining the dept and employee tables) which returns multi records for a given dept.

And I am creating a web service based on this VO using AM service interface .

I cannot make the deptid attibute as key value as there are multi records for the dept.

If I don't make deptid a key attribute then I am not able to check the getVO checkbox during the web service creation using the

AM service interface creation  and this results in just a "find" parameter screen which shows so many parameter input fields.

How do I make the web service parameter screen just to take the deptid value as input to return the employee list please?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 5 2013
Added on Oct 8 2013
1 comment
266 views