<querystringparameter> (FormXml)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Specifies a query string parameter signature that will be allowed for a form.

Syntax

<querystringparameter 
 name="String" 
 type =["Boolean"|"DateTime"|"Double"|"EntityType"|"Integer"|"Long"|"PositiveInteger"|"SafeString"|"UniqueId" |"UnsignedInt"]
/>

Attributes and Elements

The following describes the attributes, child elements, and parent elements.

Attributes

Attribute

Description

Type

Usage

name

Valid values must match the following regular expression:.

(?![cC][rR][mM]_)([A-Za-z0-9])+([_])+([A-Za-z0-9_])*

String (FormQueryStringParameterNameAttributeType)

Required

Type

Valid values:

  • Boolean

  • DateTime

  • Double

  • EntityType

  • Integer

  • Long

  • PositiveInteger

  • SafeString

  • UniqueId

  • UnsignedInt

Enumeration (FormParameterAttributeType)

Required

Child Elements

This element has no child elements.

Parent Elements

Element

Description

<formparameters> (FormXml)

Contains definitions of custom parameters that will be accepted by the form.

Element Information

Schema Name

FormQueryStringParameterType

Validation File

FormXml.xsd

Number of Occurrences

1 to 100000

XPath

//FormXml/forms/systemform/form/formparameters/querystringparameter

See Also

Customize entity forms
Form XML reference

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright