Description:
The configuration key Sales tax (ledgerbasicSalesTax) has been turned off in the system. When running example the retail statement posting, the performance is very poor.
The slow response is originated in every call to TaxParameters::find().
When analyzing the sql server queries we see a large number of Temporary table been generated which all take 150-200 msec.
Reason:
By design:
We have explained what is happening in this article.
http://msdn.microsoft...(read more)
↧