<MiscellaneousPrivilegeRule> (RibbonDiffXml)

应用到: CRM 2016 on-prem, CRM Online

指定可检测用户是否具有特定 Microsoft Dynamics CRM 权限的规则。

语法

<MiscellaneousPrivilegeRule
 Default=["0" | "1" | "true" | "false"]
 InvertResult=["0" | "1" | "true" | "false"]
 PrivilegeDepth=["None" | "Basic" | "Local"  | "Deep"  | "Global"]
 PrivilegeName="String" 
/>

属性和元素

The following table lists the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

Default

如果无法确定实际值,则设置规则的默认返回值。

Boolean

Optional

InvertResult

对此规则的返回值求反。

Boolean

Optional

PrivilegeDepth

The Privilege Depth to check.

Valid values:

 

Value Description

Basic

具有此访问级别的用户可以访问其负责的实体实例、与该用户共享的对象以及与该用户所属团队共享的对象。应用程序将此访问级别称为“用户”。

Local

具有此访问级别的用户可以访问其所在业务部门内的实体实例。应用程序将此访问级别称为“业务部门”。

Deep

具有此访问级别的用户可以访问其所在业务部门以及该业务部门的所有下属业务部门中的实体实例。应用程序将此访问级别称为“上:下级业务部门”。

Global

具有此访问级别的用户可以访问组织内的所有实体实例,无论实例或用户属于哪个业务部门层次级别。应用程序将此访问级别称为“组织”。

Enumeration

Optional

PrivilegeName

The name of the privilege to evaluate. See Remarks.

String

Required

子元素

此元素没有子元素。

父元素

Element Description

<DisplayRule> (RibbonDiffXml)

指定用于显示功能区元素的规则定义或指定对命令定义中的 DisplayRule 的引用。

<Or> (RibbonDiffXml)

指定一组必须一起评估的规则。

备注

The string used to specify the privilege not associated with an entity. The PrivilegeName must correspond to a valid privilege name. See 权限映射的安全角色 UI. The privileges listed in that table include the prefix ‘prv’. Remove that prefix and use the remaining privilege name. For example, for the privilege name prvCreateEntity, just use CreateEntity.

For privileges associated with an entity use <EntityPrivilegeRule> (RibbonDiffXml).

元素信息

XPath

//RibbonDiffXml/RuleDefinitions/DisplayRules/DisplayRule/MiscellaneousPrivilegeRule |
//RibbonDiffXml/RuleDefinitions/DisplayRules/DisplayRule/OrRule/Or/MiscellaneousPrivilegeRule

Schema Name

MiscellaneousPrivilegeRuleType

Validation File

RibbonTypes.xsd

Can be Empty

Yes

另请参阅

其他资源

Ribbon XML reference
自定义命令和功能区

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.