Tag: Performance

Dynamics CRM, Performance

Alternate Keys helps preventing duplicates

If you want to prevent duplicates in CRM, you can use duplicate detection rules. This will inform the users, that there is a duplicate, but it’s just an information. The user can click save and the duplicate will be created. If you use the SDK, you won’t get an information about duplicates automatically. Only if …

Dynamics CRM, Performance

AsyncOperationBase table becomes larger in Microsoft Dynamics CRM

If you check your async table, you might notice, that the table is getting bigger and bigger. But why is this getting bigger? There are several things to remember. Each background operation is saved as an asynchronous operations. But what are background operations?