Click or drag to resize

SOActivityListItem Properties

The SOActivityListItem type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAppointment
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
(Inherited from IActivityListItem.)
Public propertyCode exampleAssociate
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
(Inherited from IActivityListItem.)
Public propertyCode exampleAssociateName
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
(Inherited from IActivityListItem.)
Public propertyCode exampleContactName
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

(Inherited from IActivityListItem.)
Public propertyCode exampleDate
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
(Inherited from IActivityListItem.)
Public propertyCode exampleDescription
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
(Inherited from IActivityListItem.)
Public propertyCode exampleDocument
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.
(Inherited from IActivityListItem.)
Public propertyCode exampleDone
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
(Inherited from IActivityListItem.)
Public propertyCode exampleIconId
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
(Inherited from IActivityListItem.)
Public propertyCode exampleIdentity
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
(Inherited from IActivityListItem.)
Public propertyCode examplePerson
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
(Inherited from IActivityListItem.)
Public propertyCode examplePersonName
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)
(Inherited from IActivityListItem.)
Public propertyCode exampleProjectName
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
(Inherited from IActivityListItem.)
Public propertyCode exampleRowType
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)
(Inherited from IActivityListItem.)
Public propertyCode exampleSale
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
(Inherited from IActivityListItem.)
Public propertyCode exampleTypeText
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 )
(Inherited from IActivityListItem.)
Top
See Also