Skip to Main Content

APEX

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!

APEX 22.1 Issue with interactive grid master detail - javascript error

kempiakApr 27 2022 — edited Apr 27 2022

Hello everybody,
I have build a simple master-detail page with two not editable interactive grids. Reports are based on DEPT (as master), EMP (as details) tables. Master-detail relation is setup using interactive grid build in functionality of specifying the "Master region" and "Master Column" on the details table.
In the details report I am using a function which returns the query:
image.png
The purpose of the function is just to introduce some delay of 4 sec for retrieving the details rows when master is changed (some details queries can be slow in our system which we are developing).
What I have noticed is that if the details are not yet loaded for particular master row and I click on different master row I get following message in the browser console:
image.pngAny suggestions how to deal with the master-detail interactive grid refresh (where the details query can be quite slow) to avoid sync issue very appreciated.
Apex version: 22.1.0-17
Issue reproduced on apex.oracle.com
Direct link to the page: https://apex.oracle.com/pls/apex/r/zwartawarto/ig-master-detail1/ig-master-detail
Many thanks.
Maciej

Comments
Post Details
Added on Apr 27 2022
3 comments
784 views