Since march 2019, Microsoft provides updates for on-premise installations every month. You can find the download links and also the change log here
Plugin error with cryptic error message
Plugins are a common way to add functionality, especially in an on premise system, as there is missing the possibility for using the flows. I created such a plugin, which uses some of the localization methods, deployed the plugin to my development system and got the following error.
1 |
Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsResponse cannot be cast to [B]Microsoft.Crm.Sdk.Messages.RetrieveLocLabelsResponse. |
Dynamics 365 Outlook App – customizations
If you are using the outlook app for dynamics 365 you have to check your pre-requirements (MS Docs). After a successful setup, you open your app in the outlook and track an item. There you’ll find a ‘+’, that indicated, that you can track you item to a new entity record (an contact for example). …
Lead to Opportunity Sales Process
After a default installation of CRM, there is a business process flow (BPF) named Lead to Opportunity Sales Process. This BPF is enabled by default and used the internal name leadtoopportunitysalesprocess. You can disable this BPF, but keep in mind, that this BPF is important to set the Qualifying Opportunity. After qualifying a lead, this …
Microsoft Dynamics 365 (on premises) Update 2.4
Since a few days, there is a new update available on the Microsoft site. The new fixes and information is already online since more than a week, but the download link was referring to the old update and afterwards to a generic site. Today, the link is referring to the correct download page. …
Reactivate of records calls onSave function
Today I tried to reactivate a lead in our crm system, but that failed with an error based on the checks in my onSave() function in my custom javascript. Therefore I was digging around and found out, that reactivating calls the onSave-function with additional information.
Action Microsoft.Crm.UpdateWrapper.MspInstallAction failed. Fatal error during installation
During the update to Microsoft Dynamics 365 Version 8.2.3.008, I got an error with the message “Action Microsoft.Crm.UpdateWrapper.MspInstallAction failed. Fatal error during installation”.
TurboForm (TurboNotifier) on Forms
Today I was wondering, why crm is showing a green Icon with the text “TurboForm” on my account form. I digged in all my solutions, settings and browser extensions but wasn’t able to find the source of this green bar.
You must map your Active Directory user account to at least one enabled Microsoft Dynamics CRM User who has the System Administrator security role before the organization can be imported.
Today I tried to import the database of our productive environment into our test-environment, to check a few things and test some features, without interrupting the productive environment. Using the Deployment Manager I run the wizard of importing an organization, but at the step of mapping the users, I was getting the following error message: …
Browser URL schemes
Today I had a very specific requirement. Using the resco mobile app on iOS and android, I had to open a dynamic generated URL in a specific browser on the client. To solve the problem, I created a command in resco and added the button to the form (straight forward). But if you click the button, …