Click or drag to resize

SOInterest Properties

The SOInterest type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEndDate
EndDate - not in use End-date for this interest. This property/field in the database is still not implemented in SuperOffice CRM SIX, but the function is intended for later use. Do not use.
(Inherited from IInterest.)
Public propertyCode exampleId
internal id The internal id of the contact interest - use this to determine if the contact object actually has a defined contact interest. By using the InterestID property and GetListItem youll be able to retrieve the name (text string) of the interest.
(Inherited from IInterest.)
Public propertyCode exampleInterestId
id of the person or contact interest All defined company interests in the database are saved in the contint table, and the contactinterest table joins the contact with the contint items (e.g. Christmas Card, Summer DM)
(Inherited from IInterest.)
Public propertyCode exampleStartDate
StartDate - not in use Start-date for this interest. This property/field in the database is not yet implemented in SuperOffice CRM SIX, but the function is intended for later use. Do not use.
(Inherited from IInterest.)
Top
See Also