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
You need to make sure to only query the data you really need. Can you share the relevant code snippets?
Hi ,I noticed that in 23.4, a!recordData has the field fields, while in 23.2 it doesn't (we are in an on-premise environment).
Do you think the new parameter can minimize the data obtained with the query?
https://docs.appian.com/suite/help/23.2/fnc_system_recorddata.html
docs.appian.com/.../fnc_system_recorddata.html
Hm ... hard to say what is going on. Can you try to do it old-style, using a local variable to fetch the data? Then you have more control with a!queryRecordType().