Registering a plugin in CRM may result in an error. In my case, I was registering a new assembly and got an error that the assembly has a total of [0] plugin/workflow activity types.
Category: Dynamics CRM
Framework restriction with Dynamics 365 online
Developing plugins in the Dynamics 365 Online System is different of how you develop them on-premise. The framework-restriction will be covered in this article.
Unable to activate a user
Today, I had the problem, that I wasn’t able to activate one of my crm users. Based on the error message, I wasn’t able to identify, where the problem might be.
External Error – No such object on server.
E-Mails are stuck in “Pending send”-Status
The last week I had the problem, that some emails were sent to the customer, the field “Date Sent” (senton)-Field is was filled with a date, but the status was still in “pending send”.
SSL-Certificate replacement on CRM on-premise
Last week, I had to replace the existing ssl-certificate on our crm on premise systems. I installed the ssl-certificates in the IIS certificate store and also installed the corresponding root certificates. I changed the binding in IIS and checked the certificate in the browser, everything was working fine. But after abound 1 hour, the whole …
In which case you can follow an appointment in CRM
You open your outlook and got an important appointment. Therefore you want to track this appointment to an entry in CRM. But in which of the cases are you allowed to track the appointment and why you might get the message “You can’t track this meeting because it was organized by another user”.
Case origin not visible in personnel view
If you’re looking for the field caseorigincode you may not find it in the advanced find of the case. Trying to add the field is also not possible, as the field is not available in the Edit Columns Dialog.
Disable synchronizing birthdays of contacts to outlook
CRM synchronizes multiple attributes from crm to your outlook contacts and backwards. This includes the birthday of a contact. Based on this, you will get multiple notifications in your outlook, if you have many contacts.
How to import emails again into queues from exchange
Today a customer told me, that some mails are not in the queue, but are available in the exchange mailbox. Therefore I started searching. As the whole Server-Side-Sync-Job is just a blackbox, I started to check the plugins and found an error. This caused an exception and therefore blocked the import of the email. I …
Workflows and their parent connection
The usual process of developing a workflow is, to create a workflow on your development system, test it, pack it in a solution and transfer the solution to your productivsystem (with different levels of testing, qm, … between). If you check the process entity after some deployments with the advanced find, you will find multiple …