简体   繁体   English

我们如何在Dynamics CRM中对注释进行分类/标记?

[英]How do we categorize/tag the notes in online Dynamics CRM?

Main target: have project documents files attached to projects and be able to categorize documents across multiple projects. 主要目标: 将项目文档文件附加到项目中,并能够对多个项目中的文档进行分类。 eg: A,B,C... type documents may belong to x,y,z... projects 例如:A,B,C ...类型的文档可能属于x,y,z ...项目

Tentative target : categorize/tag the notes and their attachments. 暂定目标 :对注释及其附件进行分类/标记。

In the latest online Dynamics CRM, we've got the Note entity 在最新的在线Dynamics CRM中,我们拥有Note实体

CRM笔记实体

For categoriz/tagg-ing , we've created a custom Tagging entity 对于categoriz / tagg-ing ,我们创建了一个自定义Tagging实体

自定义标签实体

When we try to build any relationships, Notes is not made available 当我们尝试建立任何关系时,便无法使用Notes

注释在关系映射中不可用

At a very high level - categorizing/tagging looks feasible using a custom entity with relationships , but it doesn't looks like this trick can be used for Note as well. 在很高的层次上, 使用具有关系的自定义实体进行分类/标记看起来是可行的 ,但是这种技巧似乎也不能用于Note

How do we categorize/tag the notes in online Dynamics CRM? 我们如何在Dynamics CRM中对注释进行分类/标记?

Not all entities in CRM are customizable (or fully customizable), you can see the full detail here . 并非CRM中的所有实体都是可定制的(或完全可定制的),您可以在此处查看完整的详细信息

In the case of Notes (Annotation), the properties CanBeInManyToMany and CanBeRelatedEntityInRelationship are set to false which means that you won't be able to establish a custom entity relationship or create a N:N relationship. 对于Notes(注释),属性CanBeInManyToManyCanBeRelatedEntityInRelationship设置为false,这意味着您将无法建立自定义实体关系或创建N:N关系。

Taking advantage of the fact that you're using CRM Online, is it possible for you to set up the Sharepoint integration ? 利用您使用CRM Online的事实,是否可以设置Sharepoint集成 This would allow you to manage your attachments easily (and tag them using the Sharepoint native feature). 这将使您可以轻松管理附件(并使用Sharepoint本机功能标记附件)。

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

相关问题 在Microsoft Dynamics CRM中对项目进行分类/标记 - Categorize/Tag projects in Microsoft Dynamics CRM 我们如何在Dynamics CRM中为单个字段允许多个选择? - How do we allow multiple selections for a single field in Dynamics CRM? MS Dynamics CRM-如何测试帐户中是否存在Notes记录 - MS Dynamics CRM - how to test for presence of Notes records within Accounts 如何从Dynamics 365 CRM在线调用第三方REST服务? - How do I call 3rd party REST service from Dynamics 365 CRM online? 如何在MS Dynamics CRM Online中单击按钮时重定向到任何Web资源? - How to redirect to any webresource on button click in MS Dynamics CRM Online? 如何在 Dynamics CRM 2015 Update 1 online 中将仪表板的宽度设置为 100% - How to set width of the dashboard to be 100% in Dynamics CRM 2015 Update 1 online 我们如何在js中识别Dynamics CRM Web api版本? - How can we identify the Dynamics CRM web api version in js? 自定义事件处理程序-Dynamics CRM在线 - Custom event handler - Dynamics crm online 您如何在Dynamics CRM 2011中拥有多个JavaScript库 - How do you have multiple javascript libraries in Dynamics CRM 2011 如何在CRM Dynamics中使用外部Javascript库? - How do I use an external Javascript library in CRM Dynamics?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM