<row> (SavedQuery)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Contains a row in a grid for a saved query.

Syntax

<row
 id="String"
 layoutstyle="String"
 multiobjectidfield="String"
 name="String">
 <cell />
</row>

Attributes and Elements

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

Attributes

Attribute

Description

Type

Usage

id

Represents the attribute that represents the unique id in the row.

String

Optional

layoutstyle

For internal use only.

String

Optional

multiobjectidfield

Used when a saved query can return multiple types of entities. If so, this contains the name of the attribute that differentiates the type of entity.

String

Optional

name

The value is either the entity singular name or "result".

String

Optional

Child Elements

Element

Description

<cell> (SavedQuery)

Describes a field returned in the layoutxml of a savedquery.

Parent Elements

Element

Description

<grid> (SavedQuery)

Defines a grid structure for the presentation of data in a saved query.

Element Information

Schema Type

complexType

Validation File

CustomizationSolution.xsd

Number of occurrences

0 or more

XPath

//Entity/SavedQueries/savedqueries/savedquery/layoutxml/grid/row

See Also

Saved query XML reference

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright