Need to know Pega Internal usage of auto generated reports for any Case Type Class and DataType Class

Can you please let us know what is the Pega internal usage of those auto generated reports for any Case Type Class and DataType Classes. If Pega is not using them internally for anything is it safe to delete them?

For Example -

Case Type Class:

  • DataTableEdiorReport
  • pyDefaultReport
  • pyDefaultSummaryReport

DataType Class:

  • DataTableEdiorReport

Thanks in Advance

@DebiprasadHaldar

Case Type Class:

  • DataTableEdiorReport - This report is referred in data page D_List. If you do not need to use this in future you can delete this.
  • pyDefaultReport - This report is not referred anywhere else. If you do not need to use this in future you can delete this.
  • pyDefaultSummaryReport - This report is not referred anywhere else. If you do not need to use this in future you can delete this.

DataType Class:

  • DataTableEdiorReport - This report is absolutely required. Without this you will not be able to view, add, update, delete the data instances. The Data Type view refers this rule. You should not delete this rule at all.

@SrijitaB Thank You

Hi @SrijitaB,

pyDefaultReport → This Referencing as a Custom drilldown report under pyDefaultSummaryReport

Thanks,

Ashok