How to schedule a report with security policies?
Dear all,
We have set security policies on our app to control the access and permissions to records. We also have reports we need to extract as Excel daily and send them to a distribution list. For that we created reports and we scheduled them.
But by using PEGA OOTB scheduling with pyExecuteTask, we had to disable step 4 in pyExecuteTask activity so to bypass the control on security policies. Otherwise the OOTB activity would prevent us from scheduling the report.
By doing so we have several severe and moderate warnings on the app, decreasing the app score.
Is there another way to schedule those reports without getting such warnings?
Regards