Download files from modal pop-up
Hi All,
We have a grid where on click on each row we show a modal pop-up with some information .In the modal pop-up we show the some information related to the row and any files associated with that row(screenshot below).User should be able to down load the files by clicking on it .We have configured a pxlink with the refresh section to call the GetAttachmentReference activity .The activity gets run but the file is not downloaded and i assume that the OOTB code is trying to get the location URL of the parent document to download in the fragment "OpenFileAttachment".Any ideas how to make it working.
Work Around :- We used OpenLinkFromURL for now to download the files.Drawback with this is that the pop-up that gets opened doesn't close.
thanks
Dinesh