Plugin for Microsoft Dynamics CRM 4.0
Are you facing problems in registering plug-ins? Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import / Export just ...
Plugin for Microsoft Dynamics CRM 4.0
Are you facing problems in registering plug-ins? Are you wondering if you could get a tool to generate the Xml and deploy plug-ins via Import / Export just like the way customizations are deployed? Are you confused with the various tools that shipped with SDK and how to use the registration API? If the answer is yes, then it is worth downlaoding the released project.
Do you need sample plugins then it is a good source for them
Downloads: 290 |
Started: Feb 1 2008
|
Contributors: 2
|
|
An application that creates a Word 2007 Document detailing the configuration of all customizable Microsoft CRM 4.0 forms, including tabs, sections and details about each field. This document can be...
An application that creates a Word 2007 Document detailing the configuration of all customizable Microsoft CRM 4.0 forms, including tabs, sections and details about each field. This document can be used for planning of form customizations or documenting the current state of form customizations.
This solution requires Word 2007 and .NET Framework 3.5.
Microsoft CRM 4.0 Form Reporter uses the exported customizations.xml file. You must have a copy of this file to use the Form Reporter. For best results, the exported file should include all entities.
Downloads: 132 |
Started: Nov 21 2008
|
Contributors: 1
|
|
Sample Plugin for CRM 4.0
Tricks and Tweaks to Plugin development and plugin registration
Sample Plugin for CRM 4.0
Tricks and Tweaks to Plugin development and plugin registration
Downloads: 92 |
Started: Feb 29 2008
|
Contributors: 2
|
|
These extensibility samples are provided by Microsoft employees for the Microsoft Dynamics CRM 3.0 product.
These extensibility samples are provided by Microsoft employees for the Microsoft Dynamics CRM 3.0 product.
Downloads: 70 |
Started: Jan 30 2008
|
Contributors: 2
|
|
The DPE demo is a series of client applications including WPF, Silverlight, SharePoint, Word (VSTO) that integrates with the CRM platform.
We have a series of developer videos and code samples tha...
The DPE demo is a series of client applications including WPF, Silverlight, SharePoint, Word (VSTO) that integrates with the CRM platform.
We have a series of developer videos and code samples that helps you get started if you wish to build similar applications.
Downloads: 52 |
Started: Aug 15 2008
|
Contributors: 1
|
|
These extensibility samples are provided by Microsoft employees for the Microsoft Dynamics CRM 4.0 product.
These extensibility samples are provided by Microsoft employees for the Microsoft Dynamics CRM 4.0 product.
Downloads: 35 |
Started: Jan 30 2008
|
Contributors: 2
|
|
Microsoft Dynamics CRM - Jim Wang's technical blog
http://jianwang.blogspot.com
http://mscrm.cnblogs.com
Microsoft Dynamics CRM - Jim Wang's technical blog
http://jianwang.blogspot.com
http://mscrm.cnblogs.com
Downloads: 35 |
Started: Mar 8 2008
|
Contributors: 1
|
|
This utility is used to change the DeletionService and Re-Indexing service jobs in CRM 4.0. You can set the next run date/time of a job as well as change the schedule at which the job will continu...
This utility is used to change the DeletionService and Re-Indexing service jobs in CRM 4.0. You can set the next run date/time of a job as well as change the schedule at which the job will continue to run automatically.
Downloads: 31 |
Started: Mar 17 2008
|
Contributors: 1
|
|
Sample code to create a BulkDelete job in Dynamics CRM 4.0. The job will clear out all async log records older than 1 month.
Sample code to create a BulkDelete job in Dynamics CRM 4.0. The job will clear out all async log records older than 1 month.
Downloads: 31 |
Started: Nov 12 2008
|
Contributors: 1
|
|
This download is my attempt at a standard Visual Studio 2008 template to provide the basic starting point for writing a plug-in. In the code template provided I have included the following features...
This download is my attempt at a standard Visual Studio 2008 template to provide the basic starting point for writing a plug-in. In the code template provided I have included the following features:
• A plug-in constructor that supports passing secure and non-secure information to the plug-in
• A standard Execute method that retrieves and verifies information from the passed context parameter
• Web service proxy instantiation
• Basic handling of SOAP exceptions
• Custom methods that instantiate the Web service proxies for those plug-ins that execute in a child pipeline
The complete plug-in template can be downloaded from the Downloads tab on this page. To install the template into Visual Studio 2008, copy the downloaded zip file into your Visual Studio 2008\Templates\ProjectTemplates\Visual C# (or Visual Basic) folder.
To use the template, simply create a new project in Visual Studio, select a C# or Visual Basic project type in the New Project dialog box, and then select the MSCRM Plug-in template.
After creating the new project, you may need to remove and then add the project references to the Microsoft.Crm.Sdk and Microsoft.Crm.SdkTypeProxy assemblies in Solution Explorer if Visual Studio cannot find the assemblies on your system when you build the project. In the project’s property page on the Signing tab, remember to check 'Sign the assembly' and create a new key file.
Downloads: 29 |
Started: Oct 27 2008
|
Contributors: 1
|
|