Memory Circuit Breaker in a read only grid

Certified Lead Developer

Hi everyone,
we have a database of 3/4 tables, which we have connected via record type relationships.

There is an interface as a user input task of a process.

It shows a list of elements of the primary table, it has 9 columns, some columns are field of the record type, some columns show the details of the related record types.

After scrolling through the first 50 pages (therefore arriving at 500 items) the Memory Circuit Breaker error appears on the screen.

Am I doing something wrong? Is it possible that record type paging doesn't manage memory allocation?

Thanks,

Dalila

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    What happens if you artificially set your StartIndex to, like, 475 (instead of 1) and page forward 3 or 4 pages?  Does the same error occur then?  This is the first troubleshooting step I'd recommend just to try and gauge whether the behavior is more related to on-form behavor or more related to a specific query at a specific data range.

    Also, as others have said, it would be very helpful if you could share here the method by which you're querying the data to populate your grid.

Reply
  • 0
    Certified Lead Developer

    What happens if you artificially set your StartIndex to, like, 475 (instead of 1) and page forward 3 or 4 pages?  Does the same error occur then?  This is the first troubleshooting step I'd recommend just to try and gauge whether the behavior is more related to on-form behavor or more related to a specific query at a specific data range.

    Also, as others have said, it would be very helpful if you could share here the method by which you're querying the data to populate your grid.

Children
No Data