Hi All,
I have a requirement, where A subgrid contasns the number of records and each record has a document stores on share point.
My requirement like, there should be a download button on grid level, when user will select the records from the grid and will click on the download button then all the documents from each selected record should be downloaded and stored on a local folder.
Like Below attached SS, there is /File Tracking/ subgrid and here I need to add the download button on subgrid level, as user will select the record then the documents from these records should be downloaded.
And under this file tracking record the documents are uploaded like this:
I have added the Download button on subgrid and button click, I am getting the records Id as well.
And I have a Field Name /File Path/. In this Field I am storing the sharePoint File path(decoded Url), So here I can get the selected records Id and through that Id I can get the records information and this /File Path/ as well.
So Is there Any way to download the sharePoint Documents using the File Path, through javascript??