RollupType EnumType
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
The possible values for the RollupType property in the Rollup Function, which you use to retrieve all the entity records for a specified record.
This Web API enum type corresponds to the organization service RollupType.
Members define the discrete options for the enumeration type.
Name | Value | Description |
|---|---|---|
None | 0 | A rollup record is not requested. This member only retrieves the records that are directly related to a parent record. |
Related | 1 | A rollup record that is directly related to a parent record and to any direct child of a parent record. |
Extended | 2 | A rollup record that is directly related to a parent record and to any descendent record of a parent record, for example, children, grandchildren, and great-grandchildren records. |
The following use the RollupType enum type.
Name | How used | Description |
|---|---|---|
RollupType Parameter | Retrieves all the entity records that are related to the specified record. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright