Share via


<IntParameter> (RibbonDiffXml)

Se aplica a: CRM 2016 on-prem, CRM Online

Especifica un valor con un tipo de datos entero que puede pasarse como parámetro.

Sintaxis

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

Atributos y elementos

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

Atributos

Attribute Description Type Usage

Name

Representa el nombre de un parámetro de cadena de consulta que pasa para este valor cuando se usa un elemento URL.

String

See Remarks

Value

Especifica el valor que va a pasar como un parámetro.

Int

Required

Elementos secundarios

Este elemento no tiene elementos secundarios.

Elementos primarios

Element Description

<CustomRule> (RibbonDiffXml)

Especifica una regla usada con una definición EnableRule compuesta por una referencia a una función en una biblioteca de JavaScript.

<JavaScriptFunction> (RibbonDiffXml)

Especifica una acción que llama a una función desde una biblioteca específica de JavaScript.

<Url> (RibbonDiffXml)

Una acción que abre una página web en una dirección especificada.

Comentarios

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.

Información del 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

Vea también

Otros recursos

Ribbon XML reference
Personalizar los comandos y la cinta de opciones

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