Hi. I have a Calendar Page: page 1, for example. It has a calendar region, and an SQL Query Source code to bring the data to the calendar from my Appointment table.
When a specific time in the Calendar is clicked, it opens another page (page 2), a Modal Dialog Page Mode, with the data from the calendar. The user here needs to select certain data: patient, provider, servie, etc.
If button "Apply Changes" (SAVE) is pressed on Page 2, it returns back to calendar and it REFRESHES the data (this is correct).
However, I have another button on Page 2, called START APP (for example). And if any data is changed in page 2 (from the same Appointment table), it updates the table correctly, but when returning to the calendar, I have to manually refresh the calendar for the correct info to show.
I've tried several Dynamic Actions in the calendar (such as, When Click, etc), but haven't found one specifically for when the focus is ON the calendar again, in order ro Refresh that calendar region. I'm currently using Application Express 20.2.0.00.20. Any help, please?