Skip to content

MobileCRM.FetchXml.Fetch.constructor

rescocrm edited this page Aug 2, 2024 · 5 revisions

Constructs an instance of MobileCRM.FetchXml.Fetch object.

Arguments

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.

Clone this wiki locally