CalculateRollupFieldResponse.Entity Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets an entity that contains the attributes relevant to the calculated rollup attribute.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public Entity Entity { get; }
Public ReadOnly Property Entity As Entity

Property Value

Type: Microsoft.Xrm.Sdk.Entity

Type: Entity
An entity that contains the attributes relevant to the calculated rollup attribute.

Remarks

This entity will contain three attributes that are returned in this entity instance.

Attribute Name

Type

Description

<attribute SchemaName>

Depends on the type of attribute.

The rollup attribute value.

<attribute SchemaName>_Date

DateTime

When the rollup was last calculated.

<attribute SchemaName>_State

Int32

The state of the rollup calculation.

See Rollup state values for information on the possible state values.

See Also

CalculateRollupFieldResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright