简体   繁体   English

对于 Dynamics CRM 365 安全角色附加和附加到意味着什么?

[英]For Dynamics CRM 365 Security Roles what Does Append and Append To Mean?

In Microsoft Dynamics CRM 365 the security roles have an "Append" and "Append To" rights.在 Microsoft Dynamics CRM 365 中,安全角色具有“附加”和“附加到”权限。 What does "Append" and "Append To" mean and what is the difference between them? “Append”和“Append To”是什么意思,它们之间有什么区别?

I googled for the answer, but cannot find a definitive one.我用谷歌搜索了答案,但找不到明确的答案。

Append and Append To are two privileges that most user are not very clear about regarding their functionality. Append 和 Append To 是大多数用户对其功能不太清楚的两个权限。 In this article we try to explain the difference between “Append” and “Append To” Privileges and how it affects the user access.在本文中,我们尝试解释“附加”和“附加到”权限之间的区别以及它如何影响用户访问。

Append and Append To basically deal with the entities that are parties to a 1:N relationship or N:1 relationship. Append 和 Append To 基本上处理属于 1:N 关系或 N:1 关系的实体。

Append: When an entity has the lookup of another entity on its form.追加:当一个实体在其表单上查找另一个实体时。 It is important that the user has the “Append” privilege on this entity so that it can set the values for the lookups on this entity.用户对该实体具有“附加”权限非常重要,以便它可以为该实体的查找设置值。 For eg: Contact has the lookup of Account on its form so here the user needs to have the “Append” privilege to be able to set the parent account.例如:联系人在其表单上查找帐户,因此此处用户需要具有“附加”权限才能设置父帐户。

Append To: When an entity is available as a lookup on another entity form.附加到:当一个实体可用作另一个实体表单的查找时。 It is important that the user has the “Append to” privilege on the entity that is referred to in the lookup so that it can set the values for the lookups of this entity on any other form.重要的是,用户对查找中引用的实体具有“附加到”权限,以便它可以在任何其他表单上设置该实体的查找值。 For eg: Account has the lookup of primary contact.例如:帐户具有主要联系人的查找。 So here the user needs to have the “Append To” privilege to be able to set the Primary Contact for the Account.因此,此处用户需要具有“附加到”权限才能为帐户设置主要联系人。

Lets us take an example of Contact entity.让我们以 Contact 实体为例。

We have modified the Order Role and removed the “append” privilege to the Contact entity.我们修改了 Order Role 并删除了 Contact 实体的“附加”权限。

在此处输入图片说明

When a user with this role logs in, they would find the Parent Account lookup disabled.当具有此角色的用户登录时,他们会发现父帐户查找被禁用。

在此处输入图片说明

This is because the user does not have the “Append” privilege to the contact entity.这是因为用户没有联系实体的“附加”权限。 So all the lookups on the contact form are Disabled.因此,联系表单上的所有查找都已禁用。

Now we have modified the Order Role and provided the “Append” privilege for the contact entity and removed the “Append To” privilege from the contact entity.现在我们已经修改了 Order Role 并为联系人实体提供了“附加”权限,并从联系人实体中删除了“附加到”权限。

在此处输入图片说明

The Primary Contact on Account is disabled.帐户上的主要联系人已禁用。

在此处输入图片说明

It means the lookup of contact entity will be disabled on all the entities if the “append to” privilege to contact is removed.这意味着如果删除联系人的“附加到”权限,将在所有实体上禁用联系人实体的查找。

Reference for the blog: https://community.dynamics.com/crm/b/crminogic/archive/2010/05/03/append-v-47-s-append-to博客参考: https : //community.dynamics.com/crm/b/crminogic/archive/2010/05/03/append-v-47-s-append-to

You probably won't find anything because there is no concept called "Assign" and "Assign To" rights.您可能找不到任何东西,因为没有称为“分配”和“分配给”权限的概念。

We have "Assign", "Append" and "Append To" privileges.我们有“分配”、“附加”和“附加到”权限。

Assignment is nothing but changing the owner lookup value of the entity record from user A (or Team X) to user B (or Team Y).分配只不过是将实体记录的所有者查找值从用户 A(或团队 X)更改为用户 B(或团队 Y)。

Excerpt of better definition for Append and AppendTo : AppendAppendTo更好定义的摘录:

One way of thinking conceptually about Append and Append To is to think of 'Append Me' and 'Append To Me'.从概念上思考 Append 和 Append To 的一种方式是考虑“Append Me”和“Append To Me”。

In order to successfully append record A to record B, the security privileges must be set to allow both sides of the agreement.为了成功地将记录 A 附加到记录 B,必须将安全权限设置为允许协议双方。 Consider the following metaphor, Append 'knocks on the door' of another entity and Append To is needed to 'open the door' to that entity.考虑下面的比喻,Append '敲门'另一个实体,并且需要 Append To 来'打开门'到那个实体。 For example, if you want to qualify an Account and begin working the opportunity as set in your business process flow, you must have to rights to append the Account (record A) and the rights to append to the opportunity (record B).例如,如果您想要限定客户并开始处理业务流程中设置的机会,您必须拥有追加客户的权限(记录 A)和追加到机会的权限(记录 B)。

Read more 阅读更多

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

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