RollupType EnumType
The possible values for the RollupType property in the Rollup Function, which you use to retrieve all the entity records for a specified record.
Members
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. |
Used by
The following use the RollupType EnumType.
Name | How used |
---|---|
Rollup | RollupType Parameter |