<rows> (FormXml)

 

Applies To: Dynamics CRM 2013

Specifies rows used to compose form layout.

Syntax

<rows
 addedby="String"
>
 <row />
</rows>

Attributes and Elements

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

Attributes

Attribute

Description

Type

Usage

addedby

Identifies the name of the ISV or customizer that added the element.

String

Optional

Child Elements

Element

Description

<row> (FormXml)

Specifies a row used to organize form elements.

Parent Elements

Element

Description

<section> (FormXml)

Specifies a section within a form.

<header> (FormXml)

Displays read-only information at the top of the form.

<footer> (FormXml)

Displays read-only information at the bottom of a form.

Element Information

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows

See Also

Customize entity forms
Form XML reference