Share via


<DecimalParameter> (RibbonDiffXml)

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

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

Sintaxis

<DecimalParameter
 Name="String"
 Value="Decimal"
/>

Atributos y elementos

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

Atributos

Attribute Description Type Usage

Name

Represents the name of a query string parameter passed using the <Url> (RibbonDiffXml) element.

String

See Remarks

Value

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

Decimal

Required

Elementos secundarios

This element has no child elements.

Elementos primarios

Element Description

<JavaScriptFunction> (RibbonDiffXml)

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

<CustomRule> (RibbonDiffXml)

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

<Url> (RibbonDiffXml)

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

Comentarios

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

Información del elemento

XPath

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

Schema Name

  • DecimalNamedParameterType

  • DecimalParameterType

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.