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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How do I flush the cache of a modal dialog? It keeps loading with the "previous" value selected.

ToolTimeTaborJul 15 2024 — edited Jul 15 2024

I am having trouble passing the “Selected ID” value to a dialog. It won’t seem to change its value on subsequent calls.

In this example, I set the ID to 10018 and click the Apply Filter button. There is an alert that shows the 10018 value is recognized and the data on the current page is filtered correctly using a refresh.

Description automatically generatedA close up of a grey surface

Description automatically generatedA screenshot of a calendar

When I click my Open Dialog button, a second alert confirms that it sees the 10018 and the dialog opens with the correct ID assigned to a text field called SELECTED ID, as shown here.

Description automatically generatedA close up of a grey surface

Description automatically generatedA white rectangular object with a black border

When I change the filter to 10019 and apply it, the report properly reflects the new ID and values.

Description automatically generatedA screenshot of a computer

The first step of the dynamic action for the Open Dialog shows that 10019 is the current value.

Description automatically generatedA close up of a grey surface

However, the dialog is still showing the previous value 10018, as seen here.

Description automatically generatedA white rectangular object with a black border

I have tried every combination of clearing the cache that I can in the Behavior of the link.

Description automatically generatedA screenshot of a computer

Any ideas on how to force the dialog to open without reference to previous openings?

This post has been answered by InoL on Jul 17 2024
Jump to Answer
Comments
Post Details
Added on Jul 15 2024
7 comments
498 views