Index for delete actions

When using delete actions in Dynamics AX, don’t forget that AX will have to look into database to know if there is any related record. And if there is no index, the performance can be really bad. I’ve just run into such a case, when deleting a customer executed a query running for six seconds. …

Continue reading ‘Index for delete actions’ »