0

I am new to ADF and using JDeveloper 12.2.1.4.0. I have the following use case. I have a view object DepartmentVo defined on departments table(DepartmentEO) and have the REST API's exposed on it. The REST URL of the resource will be like Dec12RestApp-RESTWebService-context-root/rest/1/DepartmentsResource?q=DepartmentId>25.

In the departments view object (DepartmentVo) I want to define an attribute(Ex:ChannelId) which I want to populate by querying another table(ex:channels) based on the value sent for query parameter DepartmentId.i.e value of 25 in the above example. Please suggest on how I can achieve this use case.

Thanks,

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.