Skip to Main Content

Intelligent Advisor

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!

Connector Framework: How to structure a list in Load response and display the values in dropdown?

Snehal TendulkarFeb 12 2021

I'm trying to build an application in which -
1. A list of all the transaction IDs must be fetched from the database,
2. This list must be structured in Load response format in connector framework, and
3. The list of transaction IDs should be displayed in a dropdown in OPA Interviews.

#1 mentioned above would be a simple fetch operation on a database table. I'm facing issues with #2 & 3
OPA Data Model: OPA data model is simple with only one entity - Global.
Questions:
1. How should this list be structured in Load operation response format?
2. How to convert this response into a value list, as value lists are necessary to display the values in a dropdown?

Thank you!

This post has been answered by Snehal Tendulkar on Mar 24 2021
Jump to Answer
Comments
Post Details
Added on Feb 12 2021
9 comments
290 views