Issues with class level declaration in CRM 4 Plugins and Workflows

It is important that you avoid class level declaration and initialization of variables in Plugins and Workflows. Let us discuss the issues that one can face with Plugins. Plugins as you know is executed synchronously. But if there happen to be multiple calls made to the same plugin assembly and class, a new object for… Read More: Issues with class level declaration in CRM 4 Plugins and… »

Working of Announcement

Dynamics CRM provides feature to create announcement that can be broadcast to the entire organization. it can be viewable by the entire organization if the users have been given the permission to read the Announcements.How to create the announcements 1. In the Navigation Pane, click Settings, click Administration, and then click Announcements.2. On the Actions… Read More: Working of Announcement »

How to allow a single resource to be scheduled for multiple activities at the same time

CRM has this great scheduling feature that lets you schedule resources for a job based on the availability as well as the skill set (service) being required to perform the job. You can associate a user with a particular service through the Required Resources Tab. Once you have the user selected in the selection rule… Read More: How to allow a single resource to be scheduled for… »