다음을 통해 공유


<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.