<label> (FormXml)
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Defines label text for a specified language.
Attributes and Elements
The following describes the attributes, child elements, and parent elements.
Attributes
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 |
Child Elements
This element has no child elements.
Parent Elements
Element | Description |
|---|---|
Contains form label definitions. |
Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at Locale ID (LCID) Chart).
Example
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>
Element Information
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 |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright