customerrelationship.converserelationshipid Field
Specifies the ID of the converse relationship of the customer relationship.
Syntax
[Visual Basic]
Public Field converserelationshipid As Lookup
[C#]
public Lookup converserelationshipid;
[JScript]
public var converserelationshipid : Lookup;
Remarks
Represents a field of type Lookup.
The following table contains additional information about this attribute:
Platform required | Yes |
Application requirement level | System Required |
Valid for create | Yes |
Valid for retrieve | Yes |
Valid for update | Yes |
Related entity | customerrelationship |
See Also