Question
Connection
US
Last activity: 8 Feb 2024 9:47 EST
Unable to retrieve data from Data Page exceed 500 records
Hello Pega Community, I am new to Pega and still learning on all the possibilities. Currently I am trying to do an Autocomplete UI element and referencing a data object called `Customer`. The `Customer` data object has a data page with a field of Customer Name with 1000+ records. My goal is to search a customer name with Autocomplete, yet I realized Pega runs only 500 rows by default on pxMaxRecords, which when I type some customer name in the field, it doesn't show up on the Preview. May I ask how can I overcome the limit of 500 so that the search can look for the entire data object? Thanks