Solutions
Examples
Simple Burst
in this example, you will implement a solution which emails to each contact a report containing only their open cases reports setup you will set up two reports a burst report and a regular report the burst report is used to determine who we are going to send to and the regular report is the actual report we want to send burst report set up a report in salesforce that contains all your contacts and name it recipients this report will include just three fields contact id , email , and first name the contact id will be used to filter the regular report the email field will be used to send the email the first name field will be used personalize the email, e g , hello bob attached is your list of open cases regular report next, create a report in salesforce that contains a list of open cases and name it case details this report doesn't need to include the contact id however, the contact id must be included in the salesforce report type so it is used to filter the report you can check to make sure the report type for this report includes the contact id field by searching for it in the fields search on the customise report page in salesforce if the field you need doesn't exist on the report type , add it to the report type in salesforce for more details on how to do this, see https //help salesforce com/s/articleview?id=000384387\&type=1 solution creation now that both reports are set up, you need to create the solution log in to unaric reports, click the solutions tab and then click the add button in general info , provide a name and keep the default for the running user in items , click yes under do you want to add items?, select report and click the next button you will need to add two items the burst report and the regular report add the burst report first burst report select the recipients report and set the report type to burst set the filter value field to the field that will be used to filter the regular report for this example, set this to contact id set the name value field to the field from the burst report that will be used to identify the activity record for this example, select email click next regular report to add the second report, click yes under do you want to add items?, select report and click the next button select the case details report and set the report type to regular set the filter value field to the field from this report that will be used to filter the data in this case, set contact id set the filter operator field to equals in this way, when the solution runs, it will add a filter for each of the contacts from the burst report of where contact id = contact id value for this report, you need to select a file type for the report included in the email for this example, select pdf keep the defaults for the other options and click the next button to advance to the next step on the send step, select email as delivery option and click the next button on the email configuration, set to fields to email to customise the message, copy in the variable for first name into the email body click next to continue for the schedule step, set it up to send an email every monday at 10 am this way, emails will be sent automatically each week click next to continue in the options step, check the don't send report if empty checkbox to only send reports to contacts with open cases in the last 7 days keep defaults on the other options and click the finish button to save the solution solution preview now that the solution has been created, you want to test it to make sure it's correct to do this, click the preview button for this solution the preview will enable you to see what the email and report will look like for each recipient run the solution after confirming everything looks correct, let the solution run on the schedule you have set up ( every monday at 10 am ) once the solution has run, you can review its activity to see if there were any issues in this example, you can see that the solution attempted to send to everyone on the burst report the green checkbox means that the email was successfully delivered the red means that there was a problem in this example, invalid emails were purposely added to show you that you can see when an email fails also, note that the filter record shows the email address