Hi Team, Using the reports module we have scheduled number of reports for the client. e.g. orphan accounts, terminations etc. The client don't want to receive the email if there are no records in the report. How can we achieve this from the reporting module?
You can create a custom workflow with some sql logic that checks if there are records, if there are any you can send trigger the report from the workflow so it get's send to the user.