Question
Screen Refreshes after downloading PDF Document
I have configured a button to download PDF document. On click of this button modal window is launched.
On Submit after selecting the content of the PDF Document, PDF document is downloaded. Everthing works fine but the screen is refreshing Continuously.
Can anyone suggest for apossible approach to stop this.
Note:
I am using 7.3.1
In post processing activity calling HTMLToPDF and Code-Pega-PDF.View
I am just launching modal window, No Refresh specified anywhere.
***Edited by Moderator: Pallavi to update platform capability tags***
Is your button launching the modal -- whose post processing activity calls the activity to generate the PDF ?
I am not sure if you need the modal -- if the purpose is to only generate the PDF -- use the button to call "openURLInWindow" and use the PDF generating activity as a parameter.
If you do need the modal, instead of calling the activity directly, call it via openURLInWindow activity and check if that helps.