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?