Performance in stock recalculation code

-2

In a customer in Mozambique, I have to make regular stock recalculation given the volume of daily movements. So it's a freight distribution company.

Aplicacao.BSO.Comercial.Stocks.RecalculoStocks (trcRecalculo, "A001", "A001", "A001","A001", true, true, false, strErro)

The problem is that this method has high performance costs, some suggestions for improvement?

    
asked by anonymous 03.09.2018 / 09:56

1 answer

0

You should close the previous stock months for the recalculation to be faster, however the stock recalculation will no longer exist in V10

    
18.09.2018 / 11:54