Class ValidationReportExportService

java.lang.Object
com.apgar.common.lib.service.validation.ValidationReportExportService
All Implemented Interfaces:
UserService<TableViewEntitySelection>

public class ValidationReportExportService extends Object implements UserService<TableViewEntitySelection>
Implementation of the Validation Report Export Service in table view.

This service is activated from the actions tab in both table and record views. It generates the validation report for the selected records in the table (or for all records if none are selected) in CSV format and automatically downloads it.
The report will include the following information: table label, field label, severity of the validation item, validation message, record ID, and record label.
During report generation, a loading indicator will be displayed, along with a back button to close the service. If the download does not start automatically, you can initiate it manually.

Author:
APGAR Consulting