-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.FetchXml.Fetch.constructor
rescocrm edited this page Aug 2, 2024
·
5 revisions
Constructs an instance of MobileCRM.FetchXml.Fetch object.
| Argument | Type | Description |
|---|---|---|
| entity | MobileCRM.FetchXml.Entity | An entity object. |
| count | int | the maximum number of records to retrieve. |
| page | int | 1-based index of the data page to retrieve. |
| distinct | bool | Whether to return only distinct (different) values. |
| aggregate | bool | Indicates whether the fetch is aggregated. |