1 Adding a New Report
This topic describes the systematic instruction to Adding a New Report option.
- Create UI component with required criteria fields for that new
report. This criteria fields will be available once the report is selected from
drop down. Currently each report has 2 fields are common. (Report Name, Report
Format)
- Add Entry ParamsComponent_admin.json for new report. This
will pick up your new report component once it is selected from drop-down.
- Add entry in DIGX_RP_DEFINITION table.
select * from DIGX_cfg_CONFIG_ALL_B where prop_id like 'Report%';Add entry for adapter for IN-‘Internal Report’
Add entry for XSL created for Internal Report
- Add adapter with extension AbstractReportDataGenerator
implements IReportDataAdapter and override generateReport()
method.
- Use this adapter to work on parameter and get the data for report
and provide data to applyXSLFO method.
Once all the steps are done, just map the report to your user and start using it.








