customerrelationship Class
Represents the relationship between a customer (account or contact) and a partner (account or contact).
The customerrelationship class inherits from BusinessEntity.
Public Methods
For a list of methods and messages that operate on this class, see Customer Relationship.
Constructor | Description |
customerrelationship | Initializes a new instance of the customerrelationship class. |
Public Fields
Field | Description |
converserelationshipid | Specifies the ID of the converse relationship of the customer relationship. |
createdby | Specifies the ID of the user who created the customer relationship. |
createdon | Specifies the date and time when the customer relationship was created. |
customerid | Specifies the ID of the primary customer in the relationship. |
customerrelationshipid | Specifies the ID of the customer relationship. |
customerroledescription | Contains the description of the customer and the customer's role in this relationship |
customerroleid | Specifies the ID of the customer role. |
modifiedby | Specifies the ID of the user who last modified the customer relationship. |
modifiedon | Specifies the date and time when the customer relationship was last modified. |
ownerid | Specifies the ID of the owner of the customer relationship record. |
owningbusinessunit | Specifies the ID of the business unit that owns the customer relationship. |
partnerid | Specifies the ID of the secondary customer in the relationship. |
partnerroledescription | Contains the description of the customer and the customer's role in this relationship. |
partnerroleid | Specifies the ID of the relationship role of the secondary customer. |
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