Handling Selection Metadata and Recursive ADP Updates in Oracle Visual Builder
How can I programmatically capture the selected record details from a List View component and map them to an Array Data Provider (ADP)?
Furthermore, once the ADP is populated, what is the best practice for:
- Passing that ADP data to a subsequent List View for inline editing?
- Mapping the finalized collection from that second List View into a specific Object attribute defined as an Array?
Please provide the recommended Action Chain logic for handling the selection event and the data transformation required to ensure the Object’s array schema remains consistent.
Tagged:
1