<label> (FormXml)
Betrifft: CRM 2015 on-prem, CRM Online
Definiert den Beschriftungstext für eine angegebene Sprache.
Syntax
<label
addedby="String"
description="String"
languagecode="Integer"
/>
Attribute und Elemente
The following describes the attributes, child elements, and parent elements.
Attribute
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 |
Untergeordnete Elemente
This element has no child elements.
Übergeordnete Elemente
Element | Description |
---|---|
Enthält Formularbezeichnungsdefinitionen. |
Anmerkungen
Sprachcodes sind vierstellige oder fünfstellige Gebietsschema-IDs. Gültige Gebietsschema-ID-Werte finden Sie unter Gebietsschema-ID-Diagramm (LCID).
Beispiel
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>
Elementinformationen
Schema Type |
complexType |
Validation File |
FormXml.xsd |
Number of Occurrences |
0 or more |
XPath |
|
Siehe auch
Konzepte
Anpassen von Entitätsformularen
Weitere Ressourcen
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.