Click or drag to resize

GoalRollupQuery Class

Query that is used to filter the results of the goal rollup.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceGoalRollupQuery

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

The GoalRollupQuery type exposes the following members.

Constructors
 NameDescription
Public methodGoalRollupQuery Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertybusiness_unit_goalrollupquery N:1 business_unit_goalrollupquery
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 propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFetchXml String that specifies the condition criteria in FetchXML.
Public propertyFormattedValues
(Inherited from Entity)
Public propertygoal_rollupquery_actualdecimal 1:N goal_rollupquery_actualdecimal
Public propertygoal_rollupquery_actualmoney 1:N goal_rollupquery_actualmoney
Public propertygoal_rollupquery_customdecimal 1:N goal_rollupquery_customdecimal
Public propertygoal_rollupquery_customint 1:N goal_rollupquery_customint
Public propertygoal_rollupquery_custommoney 1:N goal_rollupquery_custommoney
Public propertygoal_rollupquery_inprogressdecimal 1:N goal_rollupquery_inprogressdecimal
Public propertygoal_rollupquery_inprogressint 1:N goal_rollupquery_inprogressint
Public propertygoal_rollupquery_inprogressmoney 1:N goal_rollupquery_inprogressmoney
Public propertygoalrollupquery_actualint 1:N goalrollupquery_actualint
Public propertygoalrollupquery_AsyncOperations 1:N goalrollupquery_AsyncOperations
Public propertyGoalRollupQuery_DuplicateBaseRecord 1:N GoalRollupQuery_DuplicateBaseRecord
Public propertyGoalRollupQuery_DuplicateMatchingRecord 1:N GoalRollupQuery_DuplicateMatchingRecord
Public propertygoalrollupquery_ProcessSessions 1:N goalrollupquery_ProcessSessions
Public propertyGoalRollupQuery_SyncErrors 1:N GoalRollupQuery_SyncErrors
Public propertyGoalRollupQueryId Unique identifier of the rollup query.
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyImportSequenceNumber Sequence number of the import that created this record.
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_goalrollupquery_createdby N:1 lk_goalrollupquery_createdby
Public propertylk_goalrollupquery_createdonbehalfby N:1 lk_goalrollupquery_createdonbehalfby
Public propertylk_goalrollupquery_modifiedby N:1 lk_goalrollupquery_modifiedby
Public propertylk_goalrollupquery_modifiedonbehalfby N:1 lk_goalrollupquery_modifiedonbehalfby
Public propertyLogicalName
(Inherited from Entity)
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 propertyName Type a descriptive name for the goal rollup query.
Public propertyOverriddenCreatedOn Date and time that the record was migrated.
Public propertyOwnerId Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user.
Public propertyOwningBusinessUnit Unique identifier of the business unit that owns the record.
Public propertyOwningTeam Unique identifier of the team who owns the record.
Public propertyOwningUser Unique identifier of the user who owns the record.
Public propertyQueryEntityType Enter the record type of the rollup query.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertyStateCode Shows whether the goal rollup query is active or inactive.
Public propertyStatusCode Select the goal rollup query's status.
Public propertyteam_goalrollupquery N:1 team_goalrollupquery
Public propertyTimeZoneRuleVersionNumber For internal use only.
Public propertyuserentityinstancedata_goalrollupquery 1:N userentityinstancedata_goalrollupquery
Public propertyUTCConversionTimeZoneCode Time zone code that was in use when the record was created.
Public propertyVersionNumber Version number of the goal rollup query.
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