<EnableRule> (RibbonDiffXml)
적용 대상: CRM 2016 on-prem, CRM Online
리본 요소를 설정하거나 해제하는 데 사용되는 규칙의 정의 또는 명령 정의의 EnableRule에 대한 참조를 지정합니다.
참고
The EnableRule element child elements are only valid when it is a grandchild of <RuleDefinitions> (RibbonDiffXml).
구문
<CommandDefinition>
<EnableRules>
<EnableRule Id="String" />
</EnableRules>
</CommandDefinition>
<RuleDefinitions>
<EnableRules >
<EnableRule
Id="String">
<CommandClientTypeRule />
<CrmClientTypeRule />
<CrmOfflineAccessStateRule />
<CrmOutlookClientTypeRule />
<CustomRule />
<EntityRule />
<FormStateRule />
<OrRule />
<OutlookItemTrackingRule />
<OutlookVersionRule />
<PageRule />
<RecordPrivilegeRule />
<SelectionCountRule />
<SkuRule />
<ValueRule />
</EnableRule>
</EnableRules>
</RuleDefinitions>
특성 및 요소
The following table lists the attributes, child elements, and parent elements.
특성
Attribute | Description | Type | Usage |
---|---|---|---|
Id |
Either
|
String |
Required |
하위 요소
Element | Description |
---|---|
사용되는 프레젠테이션의 유형을 검색하는 규칙을 지정합니다. |
|
Microsoft Dynamics CRM 클라이언트의 유형을 검색하는 규칙을 지정합니다. |
|
Outlook용 Microsoft Dynamics CRM(오프라인 액세스 가능)이 현재 오프라인으로 작동 중인지 여부를 검색하는 데 사용할 수 있는 규칙을 지정합니다. |
|
Microsoft Office Outlook용 Microsoft Dynamics CRM 클라이언트의 유형을 검색하는 규칙을 지정합니다. |
|
JavaScript 라이브러리 내의 함수에 대한 참조로 구성된 EnableRule 정의와 함께 사용되는 규칙을 지정합니다. |
|
특정 엔터티가 컨텍스트에 있는지 여부를 검색할 수 있는 규칙을 지정합니다. |
|
양식의 상태를 검색할 수 있는 규칙을 지정합니다. |
|
규칙 모음의 규칙 중 하나라도 참으로 평가되면 이 규칙이 true로 평가되도록 규칙 모음이 포함된 규칙입니다. |
|
리본 요소를 활성화하기 위해 Microsoft Dynamics CRM에서 추적된 항목에 대해 항목이 활성화되는지 여부를 검색하는 규칙입니다. |
|
Microsoft Office Outlook 클라이언트의 버전을 검색하는 규칙입니다. |
|
현재 페이지의 주소를 평가하는 규칙입니다. |
|
리본 요소를 사용하도록 설정하기 위해 특정 레코드에 대한 사용자 권한을 검색하는 규칙입니다. |
|
표에서 선택한 항목 수를 검색하는 규칙입니다. |
|
Microsoft Dynamics CRM 버전을 검색하는 규칙입니다. |
|
특정 필드의 값을 검색하는 규칙입니다. |
상위 요소
Element | Description |
---|---|
사용 규칙의 모음이 들어 있습니다. |
설명
The <EnableRules> (RibbonDiffXml) element is used as a child of <RuleDefinitions> (RibbonDiffXml) and <CommandDefinition> (RibbonDiffXml). When the EnableRule element is a grandchild of RuleDefinitions it defines a rule and supports a variety of child rule elements. When EnableRule is a grandchild of CommandDefinition, it simply references the EnableRule definition using the Id attribute.
요소 정보
XPath |
|
Schema Name |
|
Validation File |
RibbonTypes.xsd |
Can be Empty |
When a grandchild of <CommandDefinition> (RibbonDiffXml). |
참고 항목
기타 리소스
Ribbon XML reference
명령 및 리본 사용자 지정
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.