<CustomAction> (RibbonDiffXml)
Si applica a: CRM 2015 on-prem, CRM Online
Definisce un'azione per aggiungere o sostituire gli elementi nella barra multifunzione.
Sintassi
<CustomAction
Id="String"
Location="String"
Sequence="Integer"
Title="String">
<CommandUIDefinition />
</CustomAction>
Attributi ed elementi
The following table lists the attributes, child elements, and parent elements.
Attributi
Attribute | Description | Type | Usage |
---|---|---|---|
Id |
Specifica un identificatore univoco per la definizione di un elemento della barra multifunzione. La convenzione di denominazione consigliata è l'utilizzo di un punto per separare le parti del nome, come segue: [identificatore soluzione].[entity].[ribbon].[function].[nome elemento]. Ad esempio: 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 |
Specificare la posizione della modifica della barra multifunzione impostando il parametro Sequence su un valore più alto o più basso degli elementi esistenti della barra multifunzione. |
Integer |
Optional |
Title |
Questo elemento non è utilizzato in Microsoft Dynamics CRM. |
String |
Optional |
Elementi figlio
Element | Description |
---|---|
Specifica gli elementi della barra multifunzione visibili da includere in un elemento CustomAction. |
Elementi padre
Element | Description |
---|---|
Contiene una raccolta di azioni che consentono di aggiungere, sostituire o rimuovere gli elementi dalla barra multifunzione. |
Informazioni elemento
XPath |
|
Schema Name |
CustomActionType |
Validation File |
RibbonCore.xsd |
Can be Empty |
No |
Vedere anche
Altre risorse
Ribbon XML reference
Personalizzare i comandi e la barra multifunzione
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.