<CustomAction> (RibbonDiffXml)
S'applique à: CRM 2015 on-prem, CRM Online
Définit une action pour ajouter ou remplacer des éléments dans le ruban.
Syntaxe
<CustomAction
Id="String"
Location="String"
Sequence="Integer"
Title="String">
<CommandUIDefinition />
</CustomAction>
Attributs et éléments
The following table lists the attributes, child elements, and parent elements.
Attributs
Attribute | Description | Type | Usage |
---|---|---|---|
Id |
Spécifie un identificateur unique pour la définition d'un élément de ruban. Il est recommandé d'utiliser un point pour séparer les parties du nom, comme suit : [identificateur de solution].[entity].[ribbon].[function].[nom d'élément]. Par exemple : MyISV.account.form.SendToOtherSystem.Button. The recommended naming convention is to use a period to separate consistent components like so: <solution identifier>.<entity>.<ribbon>.<function>.<element name>. For example: MyISV.account.form.SendToOtherSystem.CustomAction. |
String |
Optional |
Location |
References the Id of an existing ribbon element that contains the modification defined in the CustomAction. To add a new ribbon element, refer to the containing element Id and include the suffix ”._children”. |
String |
Optional |
Sequence |
Spécifie l'emplacement de la modification du ruban en définissant la valeur Sequence plus haut ou plus bas que les éléments de ruban existants. |
Integer |
Optional |
Title |
Cet élément n'est pas utilisé dans Microsoft Dynamics CRM. |
String |
Optional |
Éléments enfants
Element | Description |
---|---|
Spécifie les éléments de ruban visibles à inclure dans un élément CustomAction. |
Éléments parents
Element | Description |
---|---|
Contient un ensemble d'actions pouvant ajouter, remplacer ou supprimer des éléments du ruban. |
Informations sur l'élément
XPath |
|
Schema Name |
CustomActionType |
Validation File |
RibbonCore.xsd |
Can be Empty |
No |
Voir aussi
Autres ressources
Ribbon XML reference
Personnaliser les commandes et le ruban
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.