Click or drag to resize

RollupField Class

Field to be rolled up to calculate the actual and in-progress values against the goal.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceRollupField

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class RollupField : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The RollupField type exposes the following members.

Constructors
 NameDescription
Public methodRollupField Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertyCreatedBy Shows who created the record.
Public propertyCreatedOn Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyCreatedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyDateAttribute Select a date field for the selected record type, such as Actual Closed Date for the Opportunity record type. A record participates in the goal rollup, if the selected date falls between the start date and the end date for the goal.
Public propertyEntityForDateAttribute Select the record type that contains the date field that will be considered while rolling up data to the goal.
Public propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyGoalAttribute Select a rollup field where the metric rollup data will be displayed in the goal. The options are an integer or money, depending on the Metric Type you chose for the goal metric.
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyImportSequenceNumber Sequence number of the import that created this record.
Public propertyIsStateParentEntityAttribute Tells whether the state or status belongs to the parent entity.
Public propertyItem
(Inherited from Entity)
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertylk_rollupfield_createdby N:1 lk_rollupfield_createdby
Public propertylk_rollupfield_createdonbehalfby N:1 lk_rollupfield_createdonbehalfby
Public propertylk_rollupfield_modifiedby N:1 lk_rollupfield_modifiedby
Public propertylk_rollupfield_modifiedonbehalfby N:1 lk_rollupfield_modifiedonbehalfby
Public propertyLogicalName
(Inherited from Entity)
Public propertymetric_rollupfield N:1 metric_rollupfield
Public propertyMetricId Unique identifier of the goal metric associated with the rollup field.
Public propertyModifiedBy Shows who last updated the record.
Public propertyModifiedOn Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyModifiedOnBehalfBy Shows who last updated the record on behalf of another user.
Public propertyOrganizationId Choose the ID of the organization that the record is associated with.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyrollupfield_AsyncOperations 1:N rollupfield_AsyncOperations
Public propertyrollupfield_ProcessSessions 1:N rollupfield_ProcessSessions
Public propertyRollupField_SyncErrors 1:N RollupField_SyncErrors
Public propertyRollupFieldId Unique identifier of the rollup field.
Public propertyRowVersion
(Inherited from Entity)
Public propertySourceAttribute Type the name of the field that the data for the goal rolls up from.
Public propertySourceEntity Type the name of the record type (entity) that the data for the goal must roll up from.
Public propertySourceState Select the state of the records you want to use as the source of the rollup data for the metric.
Public propertySourceStatus Select the status of the records you want to use as the source of the rollup data for the metric.
Public propertyTimeZoneRuleVersionNumber For internal use only.
Public propertyuserentityinstancedata_rollupfield 1:N userentityinstancedata_rollupfield
Public propertyUTCConversionTimeZoneCode Time zone code that was in use when the record was created.
Public propertyVersionNumber Version number of the rollup field.
Top
Methods
 NameDescription
Public methodContains
(Inherited from Entity)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAttributeValue``1
(Inherited from Entity)
Protected methodGetFormattedAttributeValue
(Inherited from Entity)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodSetAttributeValue
(Inherited from Entity)
Protected methodSetRelatedEntities``1
(Inherited from Entity)
Protected methodSetRelatedEntity``1
(Inherited from Entity)
Public methodToEntity``1
(Inherited from Entity)
Public methodToEntityReference
(Inherited from Entity)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also