How to use setDataHandler() to edit/change report cell data
Summary:
Content (required):
Hi,
I am developing a BUI report extension to update report cells of an existing report.
For this I use the setDataHandler callback. The callback looks ok when I console.log it but the report data is not updated when the report is executed.
See code snippet below for more details
Any ideas on why this isn't working of any suggestions on what I could be doing differently?
Thanks,
Martin S.
Version (include the version you are using, if applicable):
22D
Code Snippet (add any code snippets that support your topic, if applicable):
function MyExtensionReport( reportId ) {
ORACLE_SERVICE_CLOUD.extension_loader.load(appName, appVersion)
Tagged:
0