Hello Everyone,
Issue:
PDF not loading on first click but loads properly on refreshing the same page.
Scenario:
I am creating a PDF using PDF action blocks and calling the PDF on click of a button.
On click of button, I am calling the following url format in window.open command:
"http://"+location.host+"//XMII/Runner?Transaction=<TransactionPath>&<Param1Name>="+<Param1Value>+"&<Param2Name>="+<Param2Value>+"&OutputParameter=<PDFOutParam>&Content-Type=application/pdf&isBinary=true"
Pls provide some solution.
Regards,
Minakshi