Share via


<row> (SavedQuery)

S'applique à: CRM 2016 on-prem, CRM Online

Contient une ligne dans une grille pour une requête enregistrée.

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

Utilisation interne uniquement.

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)

Décrit un champ renvoyé dans le layoutxml d'une savedquery.

Parent Elements

Element Description

<grid> (SavedQuery)

Définit une structure de grille pour la présentation des données dans une requête enregistrée.

Element Information

Schema Type

complexType

Validation File

CustomizationSolution.xsd

Number of occurrences

0 or more

XPath

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

Voir aussi

Référence

Saved query XML reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.