다음을 통해 공유


<EntityPropertyRule> (RibbonDiffXml)

적용 대상: CRM 2016 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

엔터티에는 상태(statecode) 필드가 있습니다.

IsConnectionsEnabled

이 엔터티의 인스턴스와 기타 연결 사용 엔터티 간에 연결을 설정할 수 있습니다.

MailMergeEnabled

사용자는 엔터티를 사용하여 편지 병합 문서를 생성할 수 있습니다.

WorksWithQueue

큐 작업에 엔터티를 사용할 수 있습니다.

HasActivities

엔터티가 활동의 관련 조회 필드에 나타날 수 있도록 엔터티는 활동(activitypointer) 엔터티와 관계가 있습니다.

IsActivity

엔터티는 활동으로 정의됩니다.

IsBusinessProcessEnabled

The entity is enabled for business processes.

HasNotes

엔터티에는 메모(주석) 엔터티와의 엔터티 관계가 있습니다.

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 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.