<cell> (SavedQuery)
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes a field returned in the layoutxml of a savedquery.
<cell addedby="String" cellType="String" desc="String" disableMetaDataBinding=[0|1] disableSorting=[0|1] imageproviderfunctionname="String" imageproviderwebresource="String" ishidden=[0|1] LabelId="String" name="String" width="Positive Number" />
The following describes the attributes, child elements, and parent elements.
Attribute | Description | Type | Usage |
|---|---|---|---|
addedby | Identifies the name of the ISV or customizer that added the element. | String | Optional |
cellType | For internal use only. | String | Optional |
desc | Deprecated. | String | Optional |
disableMetaDataBinding | For internal use only. | 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 |
imageproviderfunctionname | Specifies the name of the JavaScript function name to display custom icons and tooltip for a column based on the column value. | String | Optional |
imageproviderwebresource | Specifies the web resource name that contains JavaScript function to display custom icons and tooltip for a column based on the column value. | String | Optional |
ishidden | Prevents the column from being displayed in the application. | Boolean | Optional |
LabelId | For internal use only. | 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 |
This element has no child elements.
Element | Description |
|---|---|
Contains a row in a grid for a saved query. |
Schema Type | complexType |
Validation File | CustomizationSolution.xsd |
Number of occurrences | 0 or more |
XPath | //Entity/SavedQueries/savedqueries/savedquery/layoutxml/grid/row/cell |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright