I have a transaction with sub-levels
In the Transaction Web Form, I have the grid for it, but without conditions, and as I have a lot of records in this sub-level transaction and it loads all of them, there is a performance problem and a timeout error.
If I remove the grid, I have this compilation error: error: spc0104: Grids are mandatory for all levels but the first one.
.
As an example, I have this Transaction (and the table filled)
State
* StateId
StateName
StateCities
* StateCityId
StateCityName
There is a way to solve this o I have to delete the sub-level and make all the logic by myself?
Thanks a lot, Ariel