Has anyone succeeded in calling XDOBURSTREP from an AFTER REPORT trigger
I can run my report (RAX_REPORT), then manually submit the XML bursting Engine, select the RAX_REPORT concurrent job and it bursts to the correct device (email if email populated, print if not) - More joy
Now I'm trying to cut out the manual process of selecting the RAX_REPORT concurrent job whilst submitting XDOBURTREP, so I plan to get the concurrent job number of RAX_REPORT and in the AFTER REPORT trigger, submit XDOBURSTREP with the RAX_REPORT Conc Request. So I have a paramerter called P_BURST, if that is set to Y, then I want to submit the XDOBURSTREP job from within RAX_REPORTS