HI All,I have a little crazy question. Is it possible to generate output without using the tpl or xsl template i.e No presention template.I have never experinace this before .has any one done that before ...Waiting your response...
Hi ,I totally agree with you but the client is asking it ,That is the reason try to explore this possiability ...
Client's generally don't want to generate output pages manually or clicking on the generate button.Same can be done using FormApi Method IWpagegeneration , i dont remeber the exact method, you can check in the standard pdf.Then , the output page can be generated without manual intervention.
Absolutely - you can use a callServer script in an onSaveValid handler to initiate the page generation process, and you can even use the viewoptions setting in the templating.cfg to remove the Generate button from the window.
Ideally it should be used in onSaveDone, as generation should happen after save cycle is complete.