分享方式:


<EntityPropertyRule> (RibbonDiffXml)

適用於: CRM 2015 on-prem, CRM Online

指定可偵測特定布林實體屬性的規則。

語法

<EntityPropertyRule 
 AppliesTo=["PrimaryEntity" | " SelectedEntity "]
 Default =["0" | "1" | "true" | "false"]
 EntityName="String" 
 InvertResult =["0" | "1" | "true" | "false"]
 PropertyName=["DuplicateDetectionEnabled" | "GridFiltersEnabled" | "HasStateCode"  | "IsConnectionsEnabled"  | "MailMergeEnabled"  | "WorksWithQueue"  | "HasActivities"  | "IsActivity"  | "IsBusinessProcessEnabled"  | "HasNotes"  | "IsCustomizable"]
 PropertyValue=["0" | "1" | "true" | "false"] 
/>

屬性和元素

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

屬性

Attribute Description Type Usage

AppliesTo

決定規則套用至表單中顯示的實體記錄或子格中顯示的實體記錄。

Valid values:

 

Value Description

PrimaryEntity

對於表單或子格功能區,規則會套用至表單中顯示的實體。此選項不適用於方格功能區。

SelectedEntity

對於方格或子格功能區,此規則會套用至方格中顯示的實體。

Enumeration

Optional

Default

設定當無法判斷實際值時,規則的預設傳回值。

Boolean

Optional

EntityName

指定此規則適用的實體。使用實體邏輯名稱,例如 "new_customentity"。

String

Optional

InvertResult

變換規則傳回值的正負號。

Boolean

Optional

PropertyName

The name of the boolean entity property to check.

Valid values:

 

Value Description

DuplicateDetectionEnabled

允許以此實體定義重複資料偵測規則。

GridFiltersEnabled

對應於 IsValidForAdvancedFind 屬性。

HasStateCode

實體有 Status (statecode) 欄位。

IsConnectionsEnabled

允許在此實體的執行個體和其他啟用連接的實體之間建立連接。

MailMergeEnabled

此實體可讓使用者產生合併列印文件。

WorksWithQueue

此實體已啟用佇列。

HasActivities

此實體與活動 (activitypointer) 實體有關聯,因此,此實體可出現在活動的 [相關] 查詢欄位中。

IsActivity

此實體定義為活動。

IsBusinessProcessEnabled

The entity is enabled for business processes.

HasNotes

此實體與 Note (註解) 實體有實體關聯。

IsCustomizable

此實體提供某種程度的自訂能力。

Enumeration

Required

子元素

此元素沒有子元素。

上層元素

Element Description

<DisplayRule> (RibbonDiffXml)

指定用於顯示功能區元素或命令定義中 DisplayRule 參照的規則定義。

<Or> (RibbonDiffXml)

指定一組必須同時評估的規則。

元素資訊

XPath

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

Schema Name

EntityPropertyRuleType

Validation File

RibbonTypes.xsd

Can be Empty

Yes

請參閱

其他資源

Ribbon XML reference
自訂命令和功能區

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