Can Balance Exception Report be customized to fetch data for all payrolls defined in system?
Currently, the seeded Balance exception report is designed to fetch the data for specific payroll (Payroll being a mandatory field) as such the report has to be executed individually for each payroll. We would like to fetch the data for all payrolls at once and we followed below approaches but it didn't work.
Approach 1: Made copy of the seeded flow 'Run Balance Exception Report' and made the payroll field as non-mandatory and executed the report without selecting any payroll name but no data was fetched.
Approach 2: Created two custom flows by copying 'Run Balance Exception Report'. In each custom flow hardcoded different payroll ID's. When this flows are executed individually we get the output. When we try to encapsulate this flow we do not get a option to combine this custom flows.