<labels> (FormXml)

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

양식 레이블 정의가 들어 있습니다.

구문

<labels>
 <label />
</labels>

특성 및 요소

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

특성

이 요소에는 특성이 없습니다.

하위 요소

Element Description

<label> (FormXml)

지정된 언어에 대한 레이블 텍스트를 정의합니다.

상위 요소

Element Description

<tab> (FormXml)

양식의 구성에서 탭 요소를 지정합니다.

<section> (FormXml)

양식 내에서 섹션을 지정합니다.

<cell> (FormXml)

양식 레이아웃 요소입니다. 셀에는 표시할 레이블과 컨트롤이 들어 있습니다.

예제

The following shows an example of the labels element.

<labels>
  <label description="Due Date" languagecode="1033" />
  <label description="入金期日" languagecode="1041" />
  <label description="تاريخ الاستحقاق" languagecode="1025" />
  <label description="Fälligkeitsdatum" languagecode="1031" />
  <label description="Date d"échéance" languagecode="1036" />
  <label description="Fecha de vencimiento" languagecode="3082" />
</labels>

요소 정보

Schema Type

FormXmlLabelsType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs/tab/labels |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/labels |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row/cell/labels

참고 항목

개념

엔터티 양식 사용자 지정

기타 리소스

Form XML reference

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