Tag: CRM Customization

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, 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 …