Hi All,
I am encountering the error mentioned in the subject whenever I try to open the summary of one of the requests.
In the record view, we have configured the following expression:
rule!summary_interface(record: rule!qry_record()).
Note: When I switched from rule!qry_record to rv!record, the error disappeared.
Initially, we suspected that the issue was caused by a large dataset. To address this, we reduced the query size to ensure it evaluates within 50ms. However, the error persists.
To investigate further, I opened the summary interface object and tested it by passing the query rule directly. When I clicked "Test Object," it loaded without any errors. However, when I opened an unnamed interface and invoked the interface using the expression:
rule!summary_interface(record: rule!qry_record()), the same error occurred.Also in error message , its specifically mentioned about one child interface which just shows grid data around 20 items. If i remove this interface from summary view, we are not getting error. Again here as well I tried to do object level test for that request and its loading without any error.
Did anyone face this issue?
Thanks,
Discussion posts and replies are publicly visible
Have you checked that the expression rule is returning the expected data and the data is within the expected size and complexity?