简体   繁体   English

CRM 2011 ::从Outlook将电子邮件转换为机会

[英]CRM 2011 :: Converting an email to an opportunity from Outlook

I just want to track an email and wanted to convert the email from my outlook to Opportunity in MS CRM 2011. I was able to achieve this, so far so good. 我只想跟踪电子邮件,并希望将电子邮件从Outlook转换为MS CRM 2011中的“机会”。到目前为止,我能够实现这一目标。

Now my problem is i have different type of opportunity form and if i need to display any particular for when i create from Outlook i need to capture and event from which i will be able to know this opportunity is being created from Outlook so that in my javascript i can handle that and display a particular type of form i need. 现在我的问题是我有不同类型的机会表单,并且如果我需要从Outlook创建时需要显示任何特殊信息,我需要捕获和事件,从中我将能够知道这个机会是从Outlook创建的,因此在我JavaScript我可以处理并显示我需要的特定类型的表格。

Can i achieve this? 我能做到吗? is there any way which we can get to know through javascript or a code behind that the current Opportunity record which is being create is being created from Outlook? 有什么方法可以通过JavaScript或背后的代码来了解,该新的当前机会记录是通过Outlook创建的?

Please help me in this regard.... 请在这方面帮助我。

You can write plugin and register it on creating new Opportunity. 您可以编写插件并在创建新机会时进行注册。 Plugin will set some property of new Opportunity entity instance depending on properties of IExecutionContext like described here . 插件将取决于像描述IExecutionContext属性设置的新机遇实体实例的某些属性在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM