Apex to run bi reports and store files in DB table
Summary:
We need Apex to call a SaaS BI Report and store the file report in a DB table.
Content (please ensure you mask any confidential information):
We need Apex to schedule a batch call to a SaaS BI Report (OTBI) and store the file reports generated in a DB table.
Important point: the BI Report we must call will be called once per day, but it will generate multiple files (around 5k) via Bursting method/mechamism, and so we need to create in Apex DB 1 record for each file, storing the file in a BLOB column. Is it possible?
0