Plug-in isolation and statistics

This post is based on the MSDN article Plug-in isolation, trusts, and statistics In Dynamics CRM 2013 Microsoft introduced us with execution of plug-ins and custom workflow activities in an isolated environment also known as a sandbox. Access to the file system, registry ,event log, some network resources and more is prevented in the sandboxContinue reading “Plug-in isolation and statistics”

Actions

In Microsoft Dynamics CRM 2013 new exciting feature for developers was added to the list of transactional-aware processes (additional to workflows, dialogues and business process flows) name Actions . As you probably know Microsoft Dynamics CRM provide us with OOTB messages for entities such as the CRUD related messages however there are times when theContinue reading “Actions”

Manipulate User queues Filtering

The queue dropdown in the application form displays by default a list of the user’s public and private queues. However, the items in the list can be filtered according to our required business rule by using the RetrieveUserQueues plugin message. You can perform the filtering in the Pre-Event stage or the Post-Event stage Depending onContinue reading “Manipulate User queues Filtering”

Working with dynamics crm URLs

Working with Microsoft Dynamics CRM entities URLs allows you to include links to display forms, views, dialogs, and reports either by using Xrm.Utililty.openEntityForm when using URL from within the CRM or using windows.open from external applications. In this post only forms and views will be covered. Here is how you can display different type ofContinue reading “Working with dynamics crm URLs”