<label> (FormXml)

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

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

구문

<label
 addedby="String"
 description="String"
 languagecode="Integer" 
/>

특성 및 요소

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

특성

Attribute Description Type Usage

description

Text providing a label.

String

Required

languagecode

A four or five digit locale ID.

Positive Integer

Required

addedby

Identifies the name of the ISV or customizer that added the element.

String

Optional

하위 요소

This element has no child elements.

상위 요소

Element Description

<labels> (FormXml)

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

설명

언어 코드는 4-5자리 로캘 ID입니다. 유효한 로캘 ID 값은 로캘 ID(LCID) 차트에서 확인할 수 있습니다.

예제

The following shows an example of the label 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

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

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

참고 항목

개념

엔터티 양식 사용자 지정

기타 리소스

Form XML reference

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