I have an on-premise instance of PRPC. I would like to schedule reports, but rather than deliver by email, have them written to a shared drive location. Is this possible? If so, what is the approach to configure?
Hi, There is no OOTB way to do this. But a little customization might help here. pzScheduledTaskProcessor activity will process schedule reports. Follows this path pzScheduledTaskProcessor->pyTaskOutputProcessor->pyActionAttachFileToWO. pyActionAttachFileToWO activity has local.strFileData with file stream. Try to customize this and save the stream to the intended location. Please let me know if you need more information.
@GopalaMarri Hi Gopala - thanks for that suggestion. I am curious, since we have the stream in that activity, would we just use the connect-file to write to a location then? I know on the cloud I should be able to save to a folder using the save data page. But for on-premise instances, I think I would need the connect-file ?
@MUELM can you please mention if you have used the same ootb and activity with connect-File to store file into folder.