With Apex 24.2, I'm seeing a change in behavior for Interactive Report links and dynamic actions.
Brief description of what was working in Apex 24.1:
- Dynamic action for Click on a IR row: (#staticregion tbody tr)
- Saves an identifier for the record to a hidden Page Item
- Highlight the clicked row
- After Refresh DA will also highlight the row using the value from the Page Item
This all still works in Apex 24.2.
The problem occurs when clicking a link on the row. Undex Apex 24.1, the row highlight would occur and the linked page would open. For Apex 24.2, the linked page opens but the row highlight DA doesn't get triggered.
The same behavior occurs for both Link Columns setup on a Region, and for custom Links I create for a column.
Anyone know if this was an intentional change for Apex 24.2?
Any ideas for how to get this working again?
The workaround I'm trying is to change the link from “Page in this application” to “URL” using “#”, then create a dynamic action for each link. I can then run the same Highlight Row javascript and redirect to the linked page. This works, but it seems like a lot of effort. Also, I'm now having problems getting Dialog Closed DA's to fire when doing this.