<labels> (FormXml)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Contains form label definitions.

Syntax

<labels>
 <label />
</labels>

Attributes and Elements

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

Attributes

This element has no attributes.

Child Elements

Element

Description

<label> (FormXml)

Defines label text for a specified language.

Parent Elements

Element

Description

<tab> (FormXml)

Specifies a tab element in the organization of a form.

<section> (FormXml)

Specifies a section within a form.

<cell> (FormXml)

A form layout element. A cell contains the labels and the control to display.

Example

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>

Element Information

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

See Also

Customize entity forms
Form XML reference

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright