<column> (FormXml)
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Specifies a column within a tab element.
Attributes and Elements
The following describes the attributes, child elements, and parent elements.
Attributes
Attribute | Description | Type | Usage |
|---|---|---|---|
width | Specifies the width of a column by a percentage. | String (FormPercentageType) | Required |
Child Elements
Element | Description |
|---|---|
Contains the definitions of sections used in the form layout. |
Parent Elements
Element | Description |
|---|---|
Contains the columns within a tab. |
The width attribute must match this regular expression: ^(100|[0-9]{1,2})%$
Example
<column width="100%"> <sections /> </column>
Element Information
Schema Name | complexType |
Validation File | FormXml.xsd |
Number of Occurrences | 1 to 3 |
XPath |
//FormXml/forms/systemform/form/tabs/tab/columns/column |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: