Hi Selvam, Thanks for the quick feedback. You have mentioned an important additional note: the number of employees. This might be the culprit for the current wait times, but I'm not 100% sure. You can do some analysis to find out if there is a missing index or if some coding should be optimized to have this function run faster. E.g. you can use the AX TraceParcer to record these steps. After recording you can open the trace and see what is causing the long duration. If it is database time, you can try to find if an additional index could be helpful. Also SQL server has capabilities to show missing indexes and also long running queries. If it is not database, you can try to see if there are some unwanted loops which can be avoided. You can also create an incident for Microsoft Support. Before doing this, you need to be sure it is not caused by ISV solutions or customizations.
↧