Dynamics CRM 中的哪个安全角色可以禁止用户修改访问团队?

Which security role in Dynamics CRM can disable users from modifying access teams?

我正在定制 Dynamics CRM,我正在通过编码修改访问团队。但我不希望用户能够从屏幕添加访问团队。我找不到这样做的许可;有人可以告诉我安全角色在哪里吗?

您需要开发人员这样做,因为它应该修改 systemuser 实体中的功能区命令。

您必须为用户确定安全角色,以限制权限并删除该安全角色的共享权限,以启用 Access teams 的实体。 Read more

You can control who can add members to the Access Team subgrid. Only users with share privilege for the entity on which the access team exists can add or remove members from the Access Team subgrid. This makes sense—by adding people to the Access Team, you are in effect sharing the record with the people on the team.