IActivityListItem Interface |
Namespace: SuperOffice.COM.SuperOfficeDB
The IActivityListItem type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Appointment | Appointment - is NULL if inappropriate
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
The Appointment object to this activity if the activity is an appointment. It returns NULL if inappropriate |
![]() ![]() | Associate | Associate - owner of item
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
The associate object that this activity item belongs to |
![]() ![]() | AssociateName | AssociateName - name of owner of item
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
The associate object that this activity item belongs to
The login name of the associate who owns this activity list item |
![]() ![]() | ContactName | Name of Contact - blank if no contact set.
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
The name of the contact that this activity item is connected to. When you ask for a contact activity list, ContactName will always be blank |
![]() ![]() | Date | Date - sale date, document date, do-by date
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
Scheduled date for this activity |
![]() ![]() | Description | Text - description, document title, sale title
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
Text string from the description field in the Appointment dialog or Sale dialog. For a document, the description is shown in the Document dialog as the keywords, just below the subject |
![]() ![]() | Document | Document - is NULL if inappropriate
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
The document object to this activity if the activity is a document. It returns NULL if inappropriate. |
![]() ![]() | Done | Is completed?
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
Status flag, indicating if this activity is set as completed or not |
![]() ![]() | IconId | IconId - type of activity
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
Identifier of the icon to be used to identify this activity; when creating a new appointment, the appointment type knows what icon it is associated with |
![]() ![]() | Identity | Identity of the row
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
The unique database identifier for this activity item |
![]() ![]() | Person | Person object
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
A reference to the person object this activity is connected to. May be null |
![]() ![]() | PersonName | Name of Person
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
A reference to the person object this activity is connected to. May be null
A string representing the full name of the person (first name and last name) |
![]() ![]() | ProjectName | Name of Project - blank if no project set.
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
Name of the project to which this activity is connected. May be null. When you ask for a project activity list, ProjectName will always be blank |
![]() ![]() | RowType | RowType - Appointment,Document or Sale
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
The type of activity (Appointment, Document or Sale) |
![]() ![]() | Sale | Sale - is NULL if inappropriate
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
The sale object to this activity if the activity is a Sale. It returns NULL if inappropriate |
![]() ![]() | TypeText | Type of thing (appointment type, document template, sale rating)
Never implemented
A collection of activities. Each activity can be a sale, document or appointment
A string representation of the RowType (see SOActivityListItem.RowType ) |