-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.FetchXml.Attribute
maros316 edited this page Feb 17, 2020
·
3 revisions
Represents a FetchXml select statement (CRM field).
| Property | Type | Description |
|---|---|---|
| aggregate | String | An aggregation function. |
| alias | String | Defines an attribute alias. |
| dategrouping | String | A date group by modifier (year, quarter, month, week, day). |
| groupby | Boolean | Indicates whether to group by this attribute. |
| name | String | A lower-case entity attribute name (CRM logical field name). |
| Method | Description |
|---|---|
| constructor | Constructs an instance of MobileCRM.FetchXml.Attribute object. |