支持开发用于MS CRM的插件的支持请求. [英] Support Request for devloping Plugins for MS CRM.

查看:87
本文介绍了支持开发用于MS CRM的插件的支持请求.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

需要编写MS Dynamics 4.0插件的助手,我已经打开了Microsoft Dynamics CRM 4.0 SDK,并试图读取,开发和调试SDK中的现有插件,但是我确实不了解其中包含的功能和过程.另外,我从使用Microsoft Dynamics CRM 4.0使用"一书中了解了更多有关CRM SDK的信息,但仍然不理解它们,因此,如果您对CRM SDK有任何描述性文章或电子书,可以在上将它们发送给我吗?电子邮件已删除

Assistant needed to write MS Dynamics 4.0 Plugins, I already opened the Microsoft Dynamics CRM 4.0 SDK and tried to read, develop and debug the exist plugins inside the SDK, but surely I did not understand the functions and procedures included in it. Also I read more about CRM SDK from the "Working With Microsoft Dynamics CRM 4.0" book and still did not understand them, so please if you have any description articles or eBooks to the CRM SDK, can you send them to me on Email removed

推荐答案

有些步骤要编写crm插件
1.将两个汇编的引用添加到您的项目中,您将在Microsoft Dynamics CRM SDK中找到它.
Some to step to write crm plugin
1. Add reference of two assemble to your project which you will find in your Microsoft dynamics CRM SDK.
microsoft.crm.sdk.dll
   microsoft.crm.sdktypeproxy.dll


2.创建您的CRM插件类,并从IPlugin派生它.
3. Iplugin接口中的context参数将具有您编写插件所依据的所有属性值
假设您是在account实体上创建插件时编写插件的,那么它将包含所有account 属性
4.使用 THIS [ THIS [


2. Make your CRM plugin class and derive it from IPlugin.
3. The context parameter inside Iplugin Interface will be having all the propery value on which you are writing plugin
Suppose you are writing your plugin at a time of create on account entity then it will containg all the account property
4. Register your plugin to CRM using THIS[^] tool
For more info about MS CRM 4.0 Pluging Look at THIS[^] link.

Please vote and Accept Answer if it Helped.


这篇关于支持开发用于MS CRM的插件的支持请求.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆