Month: January 2018

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?

Dynamics CRM, Search

Problems with the full-text search of dynamics 365

If you are using the full-text search, you may encounter some special behavior. Like adding an account named „STILL“. If you try to find the account with enabled full-text search, you won’t find it. With disabled full-text search, the account can be found with the quick find.

Dynamics CRM, Search

Full-Text Search in MS Dynamics 365

Microsoft Dynamics 365 offers you the option, to enable fulltext search. This search will use your Quick Find settings and the fulltext-search of the sql-server. To enable this, naviate to Administration > System Settings and select “Enable full-text search for Quick Find”. If the full-text catalog is build, your search will speedup for all your …

Dynamics CRM, Server-Side-Synchronization

Automatically set the userdecision on mailbox sync errors

If you connect your exchange mailbox with crm, you might already have appointments in your mailbox. Also, there might be some appointments in CRM. If you have an appointment in exchange and CRM at the same time, CRM will show you an alert, asking you if you want to import this. In my case, I …