Monitor Multiple MergeUp BatchesLearn how to monitor multiple MergeUp Batches at once using Apex.Jan 20, 2025Knowledge
InformationArticle BodyPrerequisites Have created and started a MergeUp Batch. For information on creating MergeUp Batches, see: Generating Multiple Documents Based on a ReportGenerating Multiple Documents Using FlowsGenerating Multiple Documents Using Apex For information on starting MergeUp Batches, see: Starting a MergeUp BatchStarting Multliple MergeUp BatchesScheduling a MergeUp Batch to Start Later Overview Once your MergeUp Batches are started, you can create a custom list view to help you monitor many MergeUp Batches at the same time. Steps Navigate to the MergeUp Manager, and click MergeUp Batches to go to the MergeUp Batches list view page. To create a new custom list view, click the gear and select New. Give the list view a name and decide who should be able to see it. Set your filers however you would like to decide what MergeUp Batch records you would like to monitor. For example, you can monitor MergeUp Batches that were created today. Next click the gear icon again, and this time select Select Fields to Display. You can choose whatever fields you would like to see and order them how you would like. The best fields to monitor however are Status, Total Document Merge Count, Pending Document Merge Count, Completed Document Merge Count, and Errored Document Merge Count. These fields are kept up to date as your MergeUp Batch is running to let you know how the batch is doing, how many documents remain to process, and if any errors have occured. For more information about these and other fields on the MergeUp Batch, see MergeUp Batches. That's it! Save your list view, and use the refresh button to see up-to-date information on your MergeUp Batches as they run. Notes You can also monitor MergeUp Batches in Apex/SOQL/LWCs by querying its fields. See MergeUp Batches for an overview of available fields. Next Steps Learn how to monitor the MergeUp Batch Apex Job: Monitor the MergeUp Batch Apex Job.TitleMonitor Multiple MergeUp BatchesURL NameMonitor-Multiple-MergeUp-Batches