<SelectionCountRule> (RibbonDiffXml)

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

一项用于检测网格中选定项的数目的规则。

语法

<SelectionCountRule 
 AppliesTo=["PrimaryEntity" | "SelectedEntity"] 
 Default=["0" | "1" | "true" | "false"]
 InvertResult=["0" | "1" | "true" | "false"] 
 Maximum="Integer" 
 Minimum="Integer" 
 />

属性和元素

The following describes the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

AppliesTo

确定此规则适用于窗体中将显示的实体记录还是子网格中将显示的实体记录。

Valid values:

 

Value Description

PrimaryEntity

对于窗体或子网格功能区,该规则适用于窗体中显示的实体。此选项不适用于网格功能区。

SelectedEntity

对于网格或子网格功能区,此规则适用于网格中显示的实体。

Enumeration

Optional

Default

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

Boolean

Optional

InvertResult

对此规则的返回值求反。

Boolean

Optional

Maximum

The maximum number of selected elements.

Integer

Optional

Minimum

The minimum number of selected elements.

Integer

Optional

子元素

此元素没有子元素。

父元素

Element Description

<EnableRule> (RibbonDiffXml)

指定用于启用或禁用功能区元素的规则定义或指定对命令定义中的 EnableRule 的引用。

<Or> (RibbonDiffXml)

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

元素信息

XPath

//RibbonDiffXml/RuleDefinitions/EnableRules/EnableRule/SelectionCountRule |
//RibbonDiffXml/RuleDefinitions/EnableRules/EnableRule/OrRule/Or/SelectionCountRule

Schema Name

SelectionCountRuleType

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.