I have created an IR that uses the AOP dynamic action to create a PDF to download using a dynamic action tied to a button on the IR page. The AOP engine uses a custom template that is stored as a shared component>static application file. This workflow is interactive and is working fine.
I have received a new business case requirement to be able to press a button in another application(not apex) that will create and download the report mentioned above.
I plan on creating a copy of the IR (above) and setting the ‘Server side condition’ to ‘Never’. I also plan to remove the button that invokes the AOP engine and creates the PDF using the template. But I'm unclear as how to invoke AOP (and the template) and download directly to the report server.
Can anyone point me to any documention that might provide an example of ‘how to’ in an apex app?
Maybe a better question…..can anyone provide a better approach/solution? Maybe APEX and AOP are not the best idea.
thanks
steveb