<column> (FormXml)
Se aplica a: CRM 2016 on-prem, CRM Online
Especifica una columna en un elemento de pestaña.
Sintaxis
<column width="String">
<sections />
</column>
Atributos y elementos
The following describes the attributes, child elements, and parent elements.
Atributos
Attribute | Description | Type | Usage |
---|---|---|---|
width |
Specifies the width of a column by a percentage. |
String (FormPercentageType) |
Required |
Elementos secundarios
Element | Description |
---|---|
Contiene las definiciones de secciones usadas en el diseño del formulario. |
Elementos primarios
Element | Description |
---|---|
Contiene las columnas en una pestaña. |
Comentarios
The width attribute must match this regular expression: ^(100|[0-9]{1,2})%$
Ejemplo
<column width="100%">
<sections />
</column>
Información del elemento
Schema Name |
complexType |
Validation File |
FormXml.xsd |
Number of Occurrences |
1 to 3 |
XPath |
|
Vea también
Conceptos
Personalizar los formularios de entidad
Otros recursos
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.