3
We have many different jobs which executes release to warehouse for transfer orders and sales orders. Within the peak hour of 2,5 hours, we have to proceed 15k transfer order lines and 70k sales order lines.

Because of different places updating field Description on table WHSWaveTable, we have long blocking chains on the SQL-Server on table WHSWaveTable. In our opinion this update has only informative impact and we want to skip the updates of field Description on table WHSWaveTable, to get a better performance.
Currently we did the change by overlayering in the methods WHSWaveTable .assignOrCreateWave(…) and WHSWaveTable.createWaveTableFromTemplate(…) but for later version we need a solution without overlayering.
STATUS DETAILS
Needs Votes