JasperReportsIntegration icon indicating copy to clipboard operation
JasperReportsIntegration copied to clipboard

Running reports on apex_collections

Open daust opened this issue 8 years ago • 1 comments

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.

daust avatar Nov 13 '17 10:11 daust

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.

daust avatar Sep 14 '20 17:09 daust