Hi everyone
I need help regarding the update_recordset.
The one I have implemented in my code works for small amounts of data but hangs for large amounts of data (ie. 12000 records)
The statement looks like this:
update_recordSet mytable
setting
ImportStatus = _status,
HasError = NoYes::No,
InfologData = conNull()
where mytable.field1 = _field1
&& mytable.field2 = _field2;
- ImportStatus is an enum, HasError is an Enum, InfologData a container
- myTable has no code on it; it does not have an overridden update method
- Also tried AOS restart and CIL compilation
Yesterday this statement took up to 14 hours to execute with no result; we had to kill the Ax session.
Does anyone know what the problem is or have any solutions or know how to update/optimise this?
Thank you
*This post is locked for comments