Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<SuperOffice.CRM.ArchiveLists.ActivityArchiveKind, To>()
ObjectExtensions.AssignByReflection<ActivityArchiveKind>(ActivityArchiveKind)
ObjectExtensions.GraphCopy<ActivityArchiveKind>()
Converters.MapEnums<ActivityArchiveKind, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top