Enum ActivityArchiveKind
Activity archives have many different rules on what lines are shown when, for instance filtering of bookings, done today vs done earlier, etc. This enum lists the different kinds of activity archive, and each provider implements its handling of the rules.
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public enum ActivityArchiveKind
Fields
Name | Description |
---|---|
ContactArchive | Activity archive in the Contact panel |
DiaryActivity | Checklist in the Diary |
PersonArchive | Activity archive in the Person panel |
ProjectArchive | Activity archive in the Project panel |
Raw | Raw form, i.e., none of the special limiting logic is triggered. This may give you a fairly large archive, but is good for custom post-filtering of rows if that is what is needed |
SaleArchive | Activity archive in the Sale panel |
SavedReports | Archive of documents that are saved reports, used in the Reporter panel |