Tag: Dynamics CRM

Customization, Dynamics CRM

Connecting e-mails with any entity in CRM

If you receive an e-mail in CRM, the system connects this e-mail with different entities. For example with the contact, which has set the mail address as the primary mail address. Also with the primary mail address of the account. But how to connect the e-mail with an entity like a special login entity for …

CRM Reports, Dynamics CRM

How to configurate SQL Reporting Service for Microsoft CRM 2016 / Microsoft Dynamics 365

First, install the Reporting Server for CRM. After creating the reporting instance, install the CRM Reporting Extensions. Be aware, that after the installation, you have to restart the reporting server. After the installation, open the reporting services configuration manager, connect to the created instance and follow the navigation on the left.

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.