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

包含表單標籤定義。

備註

語言碼是四位數或五位數的地區設定識別碼。您可以在地區設定識別碼 (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.