Share via


<IntParameter> (RibbonDiffXml)

Si applica a: CRM 2016 on-prem, CRM Online

Specifica un valore con un tipo di dati integer che è possibile passare come parametro.

Sintassi

<IntParameter 
 Name="String" 
 Value="String"
/>

Attributi ed elementi

The following table lists the attributes, child elements, and parent elements.

Attributi

Attribute Description Type Usage

Name

Rappresenta il nome di un parametro stringa di query passato per il valore quando si utilizza un elemento URL.

String

See Remarks

Value

Specifica il valore da passare come parametro.

Int

Required

Elementi figlio

Questo elemento non presenta elementi figlio.

Elementi padre

Element Description

<CustomRule> (RibbonDiffXml)

Specifica una regola utilizzata con una definizione EnableRule composta da un riferimento a una funzione in una libreria JavaScript.

<JavaScriptFunction> (RibbonDiffXml)

Specifica un'azione tramite cui viene chiamata una funzione da una libreria JavaScript specifica.

<Url> (RibbonDiffXml)

Azione tramite cui viene aperta una pagina Web a un indirizzo specificato.

Note

When the IntParameter is a child of the <Url> (RibbonDiffXml) a Name attribute is required. When the IntParameter is a child of the <JavaScriptFunction> (RibbonDiffXml) or <CustomRule> (RibbonDiffXml)elements, the Name attribute is not valid.

Informazioni elemento

XPath

//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions/JavaScriptFunction/IntParameter |
//RibbonDiffXml/CommandDefinitions/CommandDefinition/Actions/Url/IntParameter |
//RibbonDiffXml/RuleDefinitions/EnableRules/EnableRule/CustomRule/IntParameter |
//RibbonDiffXml/RuleDefinitions/EnableRules/EnableRule/OrRule/Or/CustomRule/IntParameter |
//RibbonDiffXml/RuleDefinitions/DisplayRules/DisplayRule/CustomRule/IntParameter |
//RibbonDiffXml/RuleDefinitions/DisplayRules/DisplayRule/OrRule/Or/CustomRule/IntParameter

Schema Name

  • IntParameter

  • IntNamedParameterType

Validation File

RibbonTypes.xsd

Can be Empty

Yes

Vedere anche

Altre risorse

Ribbon XML reference
Personalizzare i comandi e la barra multifunzione

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.