Question
JPMC
IN
Last activity: 10 Oct 2019 3:08 EDT
Create an Excel file and save it on server(instead of downloading) using MSOGenerateExcelFile
I am using the PEGA OOTB activity to create excel file using a page list MSOGenerateExcelFile.
Once we generate the file then i would like to save it on server. But using this OOTB activity we do have an option to download the file only. I dont see any specific option to save the file on server. When i debugged the code, on java step it has the reference to static directory on xlFile property and here we are invoking the downloadFile function which will just download the file on server.
Is there any option to save the file on server instead of downloading the file using MSOGenerateExcelFile with minimal Customization?
Thanks,
Nagarjuna
***Edited by Moderator Marissa to update platform capability tags****