Question
Data Type not displaying some records
I am trying to created a data type to contain reference data for use in an application.
The issue is that after 254 records they are not displayed in the records tab and aren't visible in places where the corresponding data page is referenced (in UI - dropdowns and autocompletes)
The records exist in the pega database when viewed using a DBA tool and I have tried restarting the server and also deleting the records and remaking them to no avail.
Is there a known issue causing this and is there a fix that someone could suggest?
Data pages and the "Records" tab both refer to a Report Definition called DataTableEditorReport. When you create your data type, that report is automatically created in the background in the data class that is generated for you. Typically, that report definition specifies a limit of 500 but you might want to check if perhaps your report definition has set a smaller limit.