分享方式:


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