Click or drag to resize

CustomerOpportunityRole Class

Relationship between an account or contact and an opportunity.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceCustomerOpportunityRole

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

The CustomerOpportunityRole type exposes the following members.

Constructors
 NameDescription
Public methodCustomerOpportunityRole Default Constructor.
Top
Properties
 NameDescription
Public propertyaccount_customer_opportunity_roles N:1 account_customer_opportunity_roles
Public propertyAttributes
(Inherited from Entity)
Public propertybusiness_customer_opportunity_roles N:1 business_customer_opportunity_roles
Public propertycontact_customer_opportunity_roles N:1 contact_customer_opportunity_roles
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 propertyCustomerId Select the account or contact associated to the opportunity, such as a strategic partner, third-party vendor, or key decision maker.
Public propertyCustomerOpportunityRole_AsyncOperations 1:N CustomerOpportunityRole_AsyncOperations
Public propertyCustomerOpportunityRole_BulkDeleteFailures 1:N CustomerOpportunityRole_BulkDeleteFailures
Public propertyCustomerOpportunityRole_ProcessSessions 1:N CustomerOpportunityRole_ProcessSessions
Public propertyCustomerOpportunityRole_SyncErrors 1:N CustomerOpportunityRole_SyncErrors
Public propertyCustomerOpportunityRoleId Unique identifier of the opportunity relationship.
Public propertyDescription Type additional information to describe the opportunity relationship, such as the length or quality of the relationship.
Public propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyImportSequenceNumber Unique identifier of the data import or data migration 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_customeropportunityrole_createdby N:1 lk_customeropportunityrole_createdby
Public propertylk_customeropportunityrole_createdonbehalfby N:1 lk_customeropportunityrole_createdonbehalfby
Public propertylk_customeropportunityrole_modifiedby N:1 lk_customeropportunityrole_modifiedby
Public propertylk_customeropportunityrole_modifiedonbehalfby N:1 lk_customeropportunityrole_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 propertyopportunity_customer_opportunity_roles N:1 opportunity_customer_opportunity_roles
Public propertyOpportunityId Choose the opportunity that the specified account or contact is related to. The opportunity relationship will be displayed in the Relationships view on the selected opportunity.
Public propertyOpportunityRoleId Choose the role or nature of the relationship that the customer has with the opportunity. The field is read-only until a customer has been selected. Administrators can configure role values under Business Management in the Settings area.
Public propertyOpportunityStateCode Status of the opportunity.
Public propertyOpportunityStatusCode Reason for the status of the opportunity.
Public propertyOverriddenCreatedOn Date and time that the record was migrated.
Public propertyOwnerId Unique identifier of the user or team who owns the customer opportunity role.
Public propertyOwningBusinessUnit Unique identifier for the business unit that owns the customer opportunity role.
Public propertyOwningTeam Unique identifier of the team who owns the customer opportunity role.
Public propertyOwningUser Unique identifier of the user who owns the customer opportunity role.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyrelationship_role_customer_opportunity_roles N:1 relationship_role_customer_opportunity_roles
Public propertyRowVersion
(Inherited from Entity)
Public propertyteam_customer_opportunity_roles N:1 team_customer_opportunity_roles
Public propertyuser_customer_opportunity_roles N:1 user_customer_opportunity_roles
Public propertyuserentityinstancedata_customeropportunityrole 1:N userentityinstancedata_customeropportunityrole
Public propertyVersionNumber Version number of the customer opportunity role.
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