Skip to main content

“MailingsAndFolders”

This provider name is implemented by the class SuperOffice.CRM.ArchiveLists.MailingsAndFoldersProvider inside NetServer’s SODatabase assembly. Combined archive of mailings (s_shipment) and mailing folders (s_picture_folder, folder_type = shipmentFolder) — analogous to . Unified row schema (after the column-name overrides set up below):
  • PrimaryKey — row’s own id
  • mailingFolderId — row’s container folder id (for filtering)
  • name — display label (mailing description on mailings, folder name on folders), via overrides
  • thumbnail — preview image / folder icon hint (native on both)
Client filter mailingFolderId = N returns mailings whose s_shipment.FolderId = N AND folders whose s_picture_folder.ParentId = N — i.e. everything contained in folder N. The name overrides are applied here (not by renaming the underlying extender columns) so MailingsExtenderBase keeps its native mailingDescription column for every OTHER archive that uses it (Contact / Person / Project / Sale cards). Same approach as EmailFlowsAndFoldersProvider (workflowName / hierarchyName both → name).

Supported Entities

Supported Columns

Supported Columns (cont.)

Supported Columns (cont.)

Supported Columns (cont.)

Supported Columns (cont.)

Supported Columns (cont.)

Supported Columns (cont.)

Sample

See also: IArchiveAgent.