다음을 통해 공유


<grid> (SavedQuery)

적용 대상: CRM 2016 on-prem, CRM Online

저장된 쿼리에서 데이터를 표시하기 위한 표 구조를 정의합니다.

Syntax

<grid 
 icon = [0|1]
 iconrenderer="String"
 jump="String"
 name="String"
 object="String"
 preview= [0|1]
 select = [0|1] >
 <row />
</grid>

Attributes and Elements

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

Attributes

Attribute Description Type Usage

icon

Indicates whether to display an icon with the grid.

Boolean

Required

iconrenderer

내부 전용입니다.

String

Optional

jump

Contains the name of the attribute used to filter rows using the alphabetical index at the bottom of the grid.

String

Required

name

Should be the plural entity name or "resultset".

string

Required

object

Specifies the entity type code.

Positive Integer

Required

preview

Indicates if the saved query represents a preview.

Boolean

Required

select

This value should always be 1.

Boolean

Required

Child Elements

Element Description

<row> (SavedQuery)

저장된 쿼리에 대한 표의 행이 포함됩니다.

Parent Elements

Element Description

<layoutxml> (SavedQuery)

저장된 쿼리의 결과를 표시하는 표를 정의합니다.

Element Information

Schema Type

complexType

Validation File

CustomizationSolution.xsd

Number of occurrences

0 or 1

XPath

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

참고 항목

참조

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.