Click or drag to resize

CustomerOpportunityRole Class

Relationship between an account or contact and an opportunity.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkCustomerOpportunityRole

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
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 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 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 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 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also