Tag: Dynamics365

Dynamics CRM, Translations

Translations in Dynamics CRM – Part III

Manage field translations programmatically is also possible and therefore useful as you might import your products from another system and therefore also want to import the translations via the import. Therefore, load the item, where you want to update or add your translation. Then you have to check, if the translation for your language already …

Dynamics CRM, Translations

Translations in Dynamics CRM – Part I

Translations in CRM – Part I In CRM, you can enable multiple languages. To enable the languages on premise, you have to install them on the server first. Then you can enable the languages via Settings > Administration > Languages. After you have enabled you preferred languages, you can export the translations of you fields. …

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 …