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 …
Author: Michael Mittermair
Translations in Dynamics CRM – Part II
In CRM, you can’t only translate the field labels and navigation properties, there is also the product entity, which can be translated. The specialty is, that in the product entity, you can also translate the data itself.
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. …
Qualifying Leads and how to prevent creating an account, contact or opportunity
The default process of qualifying a lead creates an opportunity, a contact and an account, if the fields are filled in. But how we can control, which entities are created?
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 …
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?
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.
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 …
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 …
Mailbox synchronizing is not working correctly
Have you ever had the problem, that a working mailbox is not synchronizing correct?