<CommandDefinition> (RibbonDiffXml)
적용 대상: CRM 2016 on-prem, CRM Online
리본 요소가 표시되는 방식을 제어하는 규칙 집합과 리본 요소 및 컨트롤에서 참조할 수 있는 수행할 작업을 지정합니다.
구문
<CommandDefinition
Id="String">
<EnableRules />
<DisplayRules />
<Actions />
</CommandDefinition>
특성 및 요소
The following table lists the attributes, child elements, and parent elements.
특성
Attribute | Description | Type | Usage |
---|---|---|---|
Id |
리본 요소의 정의에 대한 고유 식별자를 지정합니다. 적극 권장되는 명명 규칙은 [solution identifier].[entity].[ribbon].[function].[element name]과 같이 마침표를 사용하여 이름의 부분을 분리하는 것입니다. 예를 들면 MyISV.account.form.SendToOtherSystem.Button과 같습니다. |
String |
Required |
하위 요소
Element | Description |
---|---|
사용 규칙의 모음이 들어 있습니다. |
|
표시 규칙의 모음이 들어 있습니다. |
|
명령이 수행하는 작업을 지정합니다. |
상위 요소
Element | Description |
---|---|
리본 컨트롤에서 참조할 수 있는 명령의 모음이 들어 있습니다. |
설명
This element must contain all child elements even when no enable rules, display rules, or actions are defined.
요소 정보
XPath |
|
Schema Name |
CommandDefinitionType |
Validation File |
RibbonTypes.xsd |
Can be Empty |
No |
참고 항목
개념
기타 리소스
Ribbon XML reference
명령 및 리본 사용자 지정
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.