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!

How to log the totalRowCount of an Interactive Grid to a custom log table?

Nikola Velinov11 hours ago

Hello,

We're implementing a custom logging solution that captures some more detail than APEX_WORKSPACE_ACTIVITY_LOG.
In addition to other business data and individual user actions, we want to log every time an IG fetches data - for example, on page load, region refresh, filter changes, or report switches - i.e., whenever the IG issues a "fetchData" call.

If the IG uses the pagination type "Page with totalRowCount" (meaning APEX has already computed the total row count), is there any way to access that totalRowCount value in the backend - the exact same number later displayed in the browser - without re-executing the IG-query?

Comments
Post Details
Added 11 hours ago
0 comments
23 views