Template Preview Not working in Pega 7.2
Hi,
I have a requirement to preview the template as soon as the user selects the value of a template in the dropdown.
Onchange of the value of template the template should be previewed in the same screen.
I am using ActionInitializeCorrespondence and CAInitCorrScripts for this as this functionality is already implemented in the mentioned rules using EditWordDoc method.
But in our old application I am able to get the expected behaviour of preview of template on change of template but in new application (7.2) I am not able to get the preview of template.
The method called onchange of template is submitSelection(). Also tried using handleClient, reloadSection and refreshHarness but none worked.
Can anyone please provide a solution on the same.
Thanks.