简体   繁体   English

MS动态crm 2011中的vcards

[英]vcards in MS dynamics crm 2011

Is there any way to export/send a vcard of the contact from MS dynamics CRM 2011? 有没有办法从MS动态CRM 2011导出/发送联系人的vcard?

I met some builts for CRM 3 and 4, but there hasn't said anything about CRM 2011. 我遇到了CRM 3和4的一些建筑,但是没有关于CRM 2011的任何内容。

thanks in advance 提前致谢

There is nothing out of the box that I am aware of. 我所知道的没有任何开箱即用的东西。 When you say builds I assume you mean code. 当你说构建时,我认为你的意思是代码。 If so, you might consider writing a Plugin which integrates code from the these two links: 如果是这样,您可以考虑编写一个插件来集成来自这两个链接的代码:

Sample: Send an Email 示例:发送电子邮件
http://msdn.microsoft.com/en-us/library/hh210217.aspx http://msdn.microsoft.com/en-us/library/hh210217.aspx

.NET vCard API for creating and parsing vCards 用于创建和解析vCard的.NET vCard API
http://www.codeproject.com/Articles/16030/NET-vCard-API-for-creating-and-parsing-vCards http://www.codeproject.com/Articles/16030/NET-vCard-API-for-creating-and-parsing-vCards

This was mentioned in a comment, but you can do this using the Microsoft Dynamics CRM for Outlook client. 这在评论中提到过,但您可以使用Microsoft Dynamics CRM for Outlook客户端执行此操作。 This will allow you to synchronize the contact records that a user owns and once they are synched to Microsoft Dynamics CRM for Outlook, you can export them out as a vCard using the steps below, noting that these steps come from this KB article, https://support.microsoft.com/en-us/kb/290840 . 这将允许您同步用户拥有的联系人记录,并且一旦将它们同步到Microsoft Dynamics CRM for Outlook,您可以使用以下步骤将它们导出为vCard,并注意这些步骤来自此知识库文章, https: //support.microsoft.com/en-us/kb/290840 Although this KB article was written for older versions of Microsoft Outlook, the steps will still work in newer versions of Outlook. 尽管此知识库文章是针对旧版Microsoft Outlook编写的,但这些步骤仍适用于较新版本的Outlook。

How to create a vCard Use the following steps to create a vCard: 1.In a Contact folder, click to select the contact for which you want a vCard. 如何创建vCard使用以下步骤创建vCard:1。在“联系人”文件夹中,单击以选择要为其提供vCard的联系人。 2.On the File menu, click Save As. 2.在“文件”菜单上,单击“另存为”。 3.In the Save file as type box, click to select VCARD Files (*.vcf). 3.在“将文件另存为类型”框中,单击以选择“VCARD文件(* .vcf)”。 4.In the Save In box, select the folder where you want to save the vCard file, and then click Save. 4.在“保存位置”框中,选择要保存vCard文件的文件夹,然后单击“保存”。 This creates a vCard file with the same name as that of the Contact. 这将创建一个与联系人名称相同的vCard文件。

Another good reference with videos of creating and exporting vCards is in this support article - https://support.office.com/en-us/article/Import-and-export-vCards-to-Outlook-contacts-9af7e16e-61e3-45f4-8c19-a3842333005a . 关于创建和导出vCard视频的另一个很好的参考是在这篇支持文章中 - https://support.office.com/en-us/article/Import-and-export-vCards-to-Outlook-contacts-9af7e16e-61e3- 45f4-8c19-a3842333005a There are ways to add buttons and commands to create and export out vCards from Microsoft Dynamics CRM directly, but I'd just use the built in functionality that comes with Outlook (which is the base of the Microsoft Dynamics CRM Outlook client) as it is quick, easy, and something users are likely to adopt without needing to spend extra for development time. 有一些方法可以添加按钮和命令来直接从Microsoft Dynamics CRM创建和导出vCard,但我只是使用Outlook附带的内置功能(这是Microsoft Dynamics CRM Outlook客户端的基础),因为它是快速,简单,用户可能会采用的东西,而无需花费额外的开发时间。

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

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