<querystringparameter> (FormXml)

应用到: CRM 2016 on-prem, CRM Online

指定窗体将允许的查询字符串参数签名。

语法

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

属性和元素

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

属性

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

子元素

此元素没有子元素。

父元素

Element Description

<formparameters> (FormXml)

包含窗体将接受的自定义参数的定义。

元素信息

Schema Name

FormQueryStringParameterType

Validation File

FormXml.xsd

Number of Occurrences

1 to 100000

XPath

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

另请参阅

概念

自定义实体窗体

其他资源

Form XML reference

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