<cell> (SavedQuery)
적용 대상: CRM 2016 on-prem, CRM Online
savedquery의 layoutxml에서 반환되는 필드를 설명합니다.
Syntax
<cell
addedby="String"
cellType="String"
desc="String"
disableMetaDataBinding=[0|1]
disableSorting=[0|1]
ishidden=[0|1]
LabelId="String"
name="String"
width="Positive Number"
/>
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 |
cellType |
내부 전용입니다. |
String |
Optional |
desc |
Deprecated. |
String |
Optional |
disableMetaDataBinding |
내부 전용입니다. |
Boolean |
Optional |
disableSorting |
Prevents the UI from making the column sortable. Used to improve performance when the attribute is a partylist or related entity column. |
Boolean |
Optional |
ishidden |
Prevents the column from being displayed in the application. |
Boolean |
Optional |
LabelId |
내부 전용입니다. |
String |
Optional |
name |
Specifies the name of the attribute or the name of the attribute prefixed by the FetchXML link-entity alias when used with a related entity column. |
String |
Required |
width |
Specifies the width of the cell in pixels. |
Positive Number |
Optional |
Child Elements
이 요소에는 하위 요소가 없습니다.
Parent Elements
Element | Description |
---|---|
저장된 쿼리에 대한 표의 행이 포함됩니다. |
Element Information
Schema Type |
complexType |
Validation File |
CustomizationSolution.xsd |
Number of occurrences |
0 or more |
XPath |
//Entity/SavedQueries/savedqueries/savedquery/layoutxml/grid/row/cell |
참고 항목
참조
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.