customeropportunityrole Class
Represents the relationship between an account or contact and an opportunity.
The customeropportunityrole class inherits from BusinessEntity.
Public Methods
For a list of methods and messages that operate on this class, see Customer Opportunity Role.
Constructor | Description |
customeropportunityrole | Initializes a new instance of the customeropportunityrole class. |
Public Fields
Field | Description |
createdby | Specifies the ID of the user who created the opportunity relationship. |
createdon | Specifies the date and time when the opportunity relationship was created. |
customerid | Specifies the ID of the customer for the opportunity relationship. |
customeropportunityroleid | Specifies the ID of the opportunity relationship. |
description | Contains the description of the opportunity relationship. |
modifiedby | Specifies the ID of the user who last modified the opportunity relationship. |
modifiedon | Date and time when the opportunity relationship was last modified. |
opportunityid | Specifies the ID of the opportunity for the opportunity relationship. |
opportunityroleid | Specifies the ID for the role the customer plays in the opportunity. |
opportunitystatecode | Specifies the status of the opportunity. |
opportunitystatuscode | Specifies the reason for the status of the opportunity. |
ownerid | Specifies the ID for the owner of the customer opportunity role. |
owningbusinessunit | Specifies the ID for the business unit that owns the customer opportunity role. |
Remarks
For more information about entities and attributes, see the Metadata Browser and the Customization area of the Web application. To view this information in the Customization area, in the Navigation Pane, click Settings, click Customization, and then click Customize Entities.
See Also