다음을 통해 공유


<data> (FormXml)

적용 대상: CRM 2016 on-prem, CRM Online

내부 전용입니다.

구문

<hiddencontrols>
 <data
  id="String"
  datafieldname="String"
  classid="{5546E6CD-394C-4bee-94A8-4425E17EF6C6}"
  relationship="String" />
</hiddencontrols>

특성 및 요소

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

특성

Attribute Description Type Usage

id

Represents the unique ID used to represent the control in the form.

String

Required

datafieldname

Matches the control to the name of the data field.

String

Required

classid

The data element always uses the following classid: {5546E6CD-394C-4bee-94A8-4425E17EF6C6}

String (FormGuidType)

Required

relationship

Specifies a relationship to be used by a control.

String

Optional

하위 요소

이 요소에는 하위 요소가 없습니다.

상위 요소

Element Description

<hiddencontrols> (FormXml)

내부 전용입니다.

설명

Although the schema does not require the attributes, the hidden field cannot function without them.

The datafieldname and the id attribute values are usually the same.

요소 정보

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/hiddencontrols/data

참고 항목

개념

엔터티 양식 사용자 지정

기타 리소스

Form XML reference

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