JasperReportsIntegration
JasperReportsIntegration copied to clipboard
Running reports on apex_collections
As Fernando suggested, he runs his reports on data stored in apex_collections ... and this is not accessible by a different database session.
Again, multiple approaches are possible here, needs some exploration.
That could actually be feasible. When we implement a token based security mechanism, then we could actually "attach" to the running APEX session from the backend.
We would need a table that stores a generated token together with an apex session id. The token could only be used once and would be "used" by the integration by expiring or deleting the row in the table.