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?